git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23414d6
)
Do not undef _FILE_OFFSET_BITS (fixes: #3031)
author
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 6 Aug 2009 17:02:30 +0000
(20:02 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 6 Aug 2009 17:02:30 +0000
(20:02 +0300)
This partially reverts
f1175e715bfd288cdd17bf34ee3ee4f4b137432b
.
src/modules/modules.c
patch
|
blob
|
history
diff --git
a/src/modules/modules.c
b/src/modules/modules.c
index
3d07c64
..
0a0a24a
100644
(file)
--- a/
src/modules/modules.c
+++ b/
src/modules/modules.c
@@
-32,12
+32,6
@@
#include <vlc_plugin.h>
#include "libvlc.h"
-/* Some faulty libcs have a broken struct dirent when _FILE_OFFSET_BITS
- * is set to 64. Don't try to be cleverer. */
-#ifdef _FILE_OFFSET_BITS
-#undef _FILE_OFFSET_BITS
-#endif
-
#include <stdlib.h> /* free(), strtol() */
#include <stdio.h> /* sprintf() */
#include <string.h> /* strdup() */