summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/scoasm.h
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-11-08 06:33:30 +0000
committerKean Johnson <kean@armory.com>2005-11-08 06:33:30 +0000
commit5390c7ab05d23f64e6d9afaa558be246a6d6e1b4 (patch)
treeb559bbac1f1e8159758556807a14af8501416316 /hw/xfree86/common/scoasm.h
parentf5814bf3fff5352ed6edef4c58aadf2d4593f094 (diff)
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'hw/xfree86/common/scoasm.h')
-rw-r--r--hw/xfree86/common/scoasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/scoasm.h b/hw/xfree86/common/scoasm.h
index a8baea6c2..5a5af8eb9 100644
--- a/hw/xfree86/common/scoasm.h
+++ b/hw/xfree86/common/scoasm.h
@@ -35,7 +35,7 @@
#include <xorg-config.h>
#endif
-#ifdef SCO325
+#if defined(__SCO__) && defined(__USLC__)
#ifndef _SCOASM_HDR_INC
#define _SCOASM_HDR_INC
@@ -140,4 +140,4 @@ asm int inb(port)
}
#endif /* _SCOASM_HDR_INC */
-#endif /* SCO325 */
+#endif /* __SCO__ && __USLC__ */