[vlc-devel] rootwrap.c

may nothing may_241913 at yahoo.com
Thu Sep 14 09:17:44 CEST 2006


Hi,

I'd like to modify the rootwrap.c a little bit more to make it work under Solaris (currently I'm using Sol10).

#ifdef sun

#ifndef _XPG4_2
#define _XPG4_2
#endif

#ifndef AF_LOCAL
#define AF_LOCAL AF_UNIX
#endif

#endif


and "-D_XPG4_2 -D__EXTENSIONS__" in CFLAGS to take care of the CMSG
problem. ( Thanks Alex )

Since I don't have a cvs access, could somebody add the modified files ( src/netwok/rootwrap.c and configure->Makefile) to the cvs/svn folder.

TIA
may










-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list