[MPlayer-cvslog] r31055 - trunk/vidix/sysdep/pci_linux.c

diego subversion at mplayerhq.hu
Thu Apr 22 15:50:25 CEST 2010


Author: diego
Date: Thu Apr 22 15:50:25 2010
New Revision: 31055

Log:
Do not check for __linux__ in a file that is only ever used on Linux.

Modified:
   trunk/vidix/sysdep/pci_linux.c

Modified: trunk/vidix/sysdep/pci_linux.c
==============================================================================
--- trunk/vidix/sysdep/pci_linux.c	Wed Apr 21 14:43:16 2010	(r31054)
+++ trunk/vidix/sysdep/pci_linux.c	Thu Apr 22 15:50:25 2010	(r31055)
@@ -50,9 +50,7 @@ int dhahelper_fd = 0;
 
 #ifdef CONFIG_SVGAHELPER
 #include <svgalib_helper.h>
-#ifdef __linux__
 #include <linux/ioctl.h>
-#endif
 #include <fcntl.h>
 #ifndef SVGALIB_HELPER_IOC_MAGIC
 /* svgalib 1.9.18+ compatibility ::atmos */


More information about the MPlayer-cvslog mailing list