diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:03:05 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-04 22:03:05 +0000 |
commit | d223c1bb16c503e58f07dfef14b8e79fe7c358ff (patch) | |
tree | 1650f7de5f8fc42dc949ca202610b99a03f7eb89 /Xtransint.h | |
parent | 6c36ea2d54ea6b6f0cbece06d867d0b884783d0c (diff) |
XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xtransint.h b/Xtransint.h index 9b73f5e..9d3c464 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/xtrans/Xtransint.h,v 3.41 2003/08/28 00:35:23 tsi Exp $ */ +/* $XFree86: xc/lib/xtrans/Xtransint.h,v 3.42 2003/11/29 01:48:28 dawes Exp $ */ /* Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA * @@ -132,7 +132,7 @@ from The Open Group. # endif # endif # ifndef OPEN_MAX -# if defined(_SC_OPEN_MAX) +# if defined(_SC_OPEN_MAX) && !defined(__UNIXOS2__) # define OPEN_MAX (sysconf(_SC_OPEN_MAX)) # else # ifdef SVR4 |