diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:25 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:25 +0000 |
commit | 448763bde4a31cb012ad17cd6c5159411102432b (patch) | |
tree | 8c76f983df87ad2f661c10143829095f25c101e5 /Xos.h | |
parent | 59a5a5ebb6781d417d7a4d5905999da5fc76a083 (diff) |
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'Xos.h')
-rw-r--r-- | Xos.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ in this Software without prior written authorization from The Open Group. #endif /* USG */ #ifndef sgi -#if defined(SCO325) || defined(__USLC__) +#if defined(__SCO__) || defined(__UNIXWARE__) #include <stdint.h> #endif #endif @@ -92,7 +92,7 @@ in this Software without prior written authorization from The Open Group. #ifndef X_NOT_STDC_ENV #include <string.h> -#ifdef SCO325 +#if defined(__SCO__) || defined(__UNIXWARE__) #include <strings.h> #else #if (defined(sun) && defined(__SVR4)) |