[MPlayer-cvslog] r26213 - trunk/libaf/af_export.c

diego subversion at mplayerhq.hu
Mon Mar 10 20:12:29 CET 2008


Author: diego
Date: Mon Mar 10 20:12:29 2008
New Revision: 26213

Log:
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
#ifdef within the file is pointless


Modified:
   trunk/libaf/af_export.c

Modified: trunk/libaf/af_export.c
==============================================================================
--- trunk/libaf/af_export.c	(original)
+++ trunk/libaf/af_export.c	Mon Mar 10 20:12:29 2008
@@ -15,9 +15,7 @@
 #include "config.h"
 
 #include <sys/types.h>
-#ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
-#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>



More information about the MPlayer-cvslog mailing list