[Xorg-commit] xc/programs/xload get_load.c,1.1.4.2,1.1.4.3

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Mon Dec 15 18:00:39 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/programs/xload
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/programs/xload

Modified Files:
      Tag: XORG-CURRENT
	get_load.c 
Log Message:
bring AIX config into the 21st Century

Index: get_load.c
===================================================================
RCS file: /cvs/xorg/xc/programs/xload/get_load.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -d -r1.1.4.2 -r1.1.4.3
--- get_load.c	6 Dec 2003 13:24:29 -0000	1.1.4.2
+++ get_load.c	15 Dec 2003 16:00:01 -0000	1.1.4.3
@@ -862,7 +862,7 @@
     }
 #else /* sun svr4 5.5 or later */
 
-#if (!defined(SVR4)) && !defined(sgi) && !defined(MOTOROLA) && !(BSD >= 199103)
+#if !defined(SVR4) && !defined(sgi) && !defined(MOTOROLA) && !defined(AIXV5) && !(BSD >= 199103)
     extern void nlist();
 #endif
 





More information about the xorg-commit mailing list