[MPlayer-cvslog] CVS: main/loader ldt_keeper.c,1.19,1.20

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Apr 30 23:17:33 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv24766/loader

Modified Files:
	ldt_keeper.c 
Log Message:
Add a check for sysi86() on Solaris systems, solving a build failure on Solaris
10 x86 to avoid using a local declaration that is no longer compatible.
patch by "Derek E. Lewis", dlewis $$@$$ solnetworks %%.%% net


Index: ldt_keeper.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/ldt_keeper.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ldt_keeper.c	12 Feb 2006 14:14:12 -0000	1.19
+++ ldt_keeper.c	30 Apr 2006 21:17:30 -0000	1.20
@@ -60,6 +60,7 @@
 #include <sys/sysi86.h>
 
 /* solaris x86: add missing prototype for sysi86() */
+#ifdef HAVE_SYSI86
 #ifdef  __cplusplus
 extern "C" {
 #endif
@@ -67,6 +68,7 @@
 #ifdef  __cplusplus
 }
 #endif
+#endif
 
 #ifndef NUMSYSLDTS             /* SunOS 2.5.1 does not define NUMSYSLDTS */
 #define NUMSYSLDTS     6       /* Let's hope the SunOS 5.8 value is OK */




More information about the MPlayer-cvslog mailing list