Changeset 4116cd392ac9943817a41b3a41beba2c849b84c6
- 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
| rcd5ed36 |
r4116cd3 |
|
| 46 | 46 | #endif |
|---|
| 47 | 47 | |
|---|
| 48 | | extern void rootwrap( void ); |
|---|
| 49 | | |
|---|
| 50 | 48 | /***************************************************************************** |
|---|
| 51 | 49 | * main: parse command line, start interface and spawn threads. |
|---|
| … | … | |
| 77 | 75 | |
|---|
| 78 | 76 | #if defined (HAVE_GETEUID) && !defined (SYS_BEOS) |
|---|
| 79 | | rootwrap (); |
|---|
| | 77 | /* FIXME: rootwrap (); */ |
|---|
| 80 | 78 | #endif |
|---|
| 81 | 79 | |
|---|