]> git.sesse.net Git - vlc/commitdiff
bluray: remove unneeded define.
authorKonstantin Pavlov <thresh@videolan.org>
Mon, 19 Nov 2012 14:24:17 +0000 (18:24 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Mon, 19 Nov 2012 14:24:17 +0000 (18:24 +0400)
modules/access/bluray.c

index 0c7a82ef94455509db6f134bfd748e3fa155517e..a9db9c3713b1864b22ad952abb56831ae18bcc0c 100644 (file)
@@ -33,7 +33,6 @@
 #endif
 
 #ifdef __APPLE__
-#define _DARWIN_C_SOURCE
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <sys/ucred.h>