summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:25 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:25 +0000
commit516e8e27077b7c4b535189e398030f6c2c99300a (patch)
treec1a9d1837456a6bd1c549bedbf1ee6d2c6225811
parentb7c75dbf546e30fba6afba95b9a95fe4f50c6bba (diff)
See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902
-rw-r--r--src/FSlibos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 2160ba6..0ee4502 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -62,7 +62,7 @@ in this Software without prior written authorization from The Open Group.
#ifndef WIN32
-#if defined(SCO) || defined(__USLC__)
+#if defined(__SCO__) || defined(__UNIXWARE__)
#include <stdint.h> /* For SIZE_MAX */
#endif