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 @@
static void SigHandler ( int i_signal );
#endif
extern void rootwrap( void );
/*****************************************************************************
* main: parse command line, start interface and spawn threads.
*****************************************************************************/
......@@ -76,7 +74,7 @@ int main( int i_argc, char *ppsz_argv[] )
#endif
#if defined (HAVE_GETEUID) && !defined (SYS_BEOS)
rootwrap ();
/* FIXME: rootwrap (); */
#endif
/* 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