summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
committerKean Johnson <kean@armory.com>2005-06-10 06:54:03 +0000
commitc936ec25ee7170dbb330219342cb137a08915b27 (patch)
tree806a1b633ffa8359c322e26d6aceffdb8d078cb5
parente80fd1617092d128d54a9400a4974ffafbb3083e (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/encparse.c2
-rw-r--r--src/fontenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/encparse.c b/src/encparse.c
index acf17f2..6b48493 100644
--- a/src/encparse.c
+++ b/src/encparse.c
@@ -32,7 +32,7 @@ THE SOFTWARE.
#include <string.h>
#include <stdio.h>
-#ifdef SCO325
+#ifdef __SCO__
#include <strings.h>
#endif
diff --git a/src/fontenc.c b/src/fontenc.c
index 4636512..c6911e6 100644
--- a/src/fontenc.c
+++ b/src/fontenc.c
@@ -27,7 +27,7 @@ THE SOFTWARE.
#include <string.h>
-#ifdef SCO325
+#ifdef __SCO__
#include <strings.h>
#endif