Changeset 4116cd392ac9943817a41b3a41beba2c849b84c6

Show
Ignore:
Timestamp:
02/05/07 17:55:50 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1170694550 +0000
git-parent:

[89f058543fd2e7d04f96018d0b86a576dc59d4c8]

git-author:
Damien Fouilleul <damienf@videolan.org> 1170694550 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/vlc.c

    rcd5ed36 r4116cd3  
    4646#endif 
    4747 
    48 extern void rootwrap( void ); 
    49  
    5048/***************************************************************************** 
    5149 * main: parse command line, start interface and spawn threads. 
     
    7775 
    7876#if defined (HAVE_GETEUID) && !defined (SYS_BEOS) 
    79     rootwrap (); 
     77    /* FIXME: rootwrap (); */ 
    8078#endif 
    8179