Commit 4116cd39 authored by Damien Fouilleul's avatar Damien Fouilleul

- vlc.c: commented out rootwrap() till it is properly fixed

parent 89f05854
...@@ -45,8 +45,6 @@ ...@@ -45,8 +45,6 @@
static void SigHandler ( int i_signal ); static void SigHandler ( int i_signal );
#endif #endif
extern void rootwrap( void );
/***************************************************************************** /*****************************************************************************
* main: parse command line, start interface and spawn threads. * main: parse command line, start interface and spawn threads.
*****************************************************************************/ *****************************************************************************/
...@@ -76,7 +74,7 @@ int main( int i_argc, char *ppsz_argv[] ) ...@@ -76,7 +74,7 @@ int main( int i_argc, char *ppsz_argv[] )
#endif #endif
#if defined (HAVE_GETEUID) && !defined (SYS_BEOS) #if defined (HAVE_GETEUID) && !defined (SYS_BEOS)
rootwrap (); /* FIXME: rootwrap (); */
#endif #endif
/* Create a libvlc structure */ /* Create a libvlc structure */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment