diff options
author | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:30 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-11-08 06:33:30 +0000 |
commit | 5390c7ab05d23f64e6d9afaa558be246a6d6e1b4 (patch) | |
tree | b559bbac1f1e8159758556807a14af8501416316 /Xext/xf86bigfont.c | |
parent | f5814bf3fff5352ed6edef4c58aadf2d4593f094 (diff) |
See ChangeLog entry 2005-11-07 for details.
Diffstat (limited to 'Xext/xf86bigfont.c')
-rw-r--r-- | Xext/xf86bigfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index f9cedca4b..36af17622 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -51,7 +51,7 @@ #ifdef SVR4 #include <sys/sysmacros.h> #endif -#if defined(ISC) || defined(__CYGWIN__) || defined(SCO) || defined(SCO325) +#if defined(ISC) || defined(__CYGWIN__) || defined(__SCO__) #include <sys/param.h> #include <sys/sysmacros.h> #endif |