[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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.21,1.22 codecs.html,1.33,1.34 documentation.html,1.101,1.102 encoding.html,1.13,1.14 formats.html,1.6,1.7 mplayer.1,1.32,1.33 video.html,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian cd-dvd.html,1.21,1.22 codecs.html,1.33,1.34 documentation.html,1.101,1.102 encoding.html,1.13,1.14 formats.html,1.6,1.7 mplayer.1,1.32,1.33 video.html,1.38,1.39
- Next message: [Mplayer-cvslog] CVS: main/mp3lib Makefile,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list