[Xorg-commit] xc/lib/xtrans Xtranssock.c,1.1.4.3,1.1.4.4

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


Committed by: kaleb

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

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

Index: Xtranssock.c
===================================================================
RCS file: /cvs/xorg/xc/lib/xtrans/Xtranssock.c,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- Xtranssock.c	6 Dec 2003 13:24:23 -0000	1.1.4.3
+++ Xtranssock.c	15 Dec 2003 16:00:01 -0000	1.1.4.4
@@ -88,7 +88,7 @@
 #endif 
 
 #ifndef NO_TCP_H
-#if defined(__osf__) || defined(linux)
+#if defined(__osf__) || defined(linux) || defined(AIXV5)
 #include <sys/param.h>
 #endif /* osf */
 #if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) 





More information about the xorg-commit mailing list