diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-02 17:03:54 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-02 17:03:54 -0400 |
commit | f836e1f11b7bf3449c3e469cc7799c4ed28d2356 (patch) | |
tree | c8ba8e01ec2d1fb73b7fa3d70c8bac7c59c0031f /Xext/xf86bigfont.c | |
parent | b1a31734731a768d586b4cb18317d4a5c5e20fa8 (diff) |
Unifdef ISC
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 d5c5704de..dabbdd6e0 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -50,7 +50,7 @@ #ifdef SVR4 #include <sys/sysmacros.h> #endif -#if defined(ISC) || defined(__CYGWIN__) || defined(__SCO__) +#if defined(__CYGWIN__) || defined(__SCO__) #include <sys/param.h> #include <sys/sysmacros.h> #endif |