summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:02 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:02 +0000
commit72d47506cef22468ec6283a735c4ee97f9b64cd6 (patch)
treeeaa2f1b38e05bd6e475358a865748841314b826c
parentf4a1380add427a6ed7a0025d5acd5642c683900e (diff)
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
-rw-r--r--src/FSlibos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 9113817..bfbc943 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