Browse Source

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

pull/2/head
Damien Fouilleul 20 years ago
parent
commit
4116cd392a
  1. 4
      src/vlc.c

4
src/vlc.c

@ -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 */

Loading…
Cancel
Save