[Mplayer-cvslog] CVS: main/libdha/sysdep pci_svr4.c,1.2,1.3

Jürgen Keil jkeil at mplayer.dev.hu
Tue Jan 15 19:46:43 CET 2002


Update of /cvsroot/mplayer/main/libdha/sysdep
In directory mplayer:/var/tmp.root/cvs-serv20255/sysdep

Modified Files:
	pci_svr4.c 
Log Message:
Grab PS_IOPL define from <sys/psw.h> on solaris x86


Index: pci_svr4.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_svr4.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pci_svr4.c	15 Jan 2002 15:59:53 -0000	1.2
+++ pci_svr4.c	15 Jan 2002 18:46:31 -0000	1.3
@@ -15,8 +15,10 @@
 #endif
 
 #if defined(sun)
-#ifndef __EXTENSIONS__
-#define __EXTENSIONS__
+# ifndef __EXTENSIONS__
+# define __EXTENSIONS__
+# endif
+# include <sys/psw.h>
 #endif
 
 static __inline__ int enable_os_io(void)




More information about the MPlayer-cvslog mailing list