diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:48 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:29:48 +0000 |
commit | e38761a2465796289193a2ce9a9c5048c97f5f6d (patch) | |
tree | f7cc30e61ee5f75e3831f59b374e6750b4c98e5a /Xtransint.h | |
parent | acb541bcf33fc15b75adf872605734fd730f9168 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGE
Diffstat (limited to 'Xtransint.h')
-rw-r--r-- | Xtransint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xtransint.h b/Xtransint.h index 9b73f5e..166a889 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -1,3 +1,4 @@ +/* $XdotOrg: xc/lib/xtrans/Xtransint.h,v 1.1.4.3.4.1 2004/03/04 17:47:15 eich Exp $ */ /* $Xorg: Xtransint.h,v 1.4 2001/02/09 02:04:06 xorgcvs Exp $ */ /* @@ -132,7 +133,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 |