diff options
Diffstat (limited to 'sys/dev/sx/sx.c')
-rw-r--r-- | sys/dev/sx/sx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sx/sx.c b/sys/dev/sx/sx.c index ae50e32..5588ab7 100644 --- a/sys/dev/sx/sx.c +++ b/sys/dev/sx/sx.c @@ -35,7 +35,7 @@ #include <sys/param.h> #include <sys/systm.h> -#if defined(COMPAT_43) || defined(COMPAT_SUNOS) +#if defined(COMPAT_43) #include <sys/ioctl_compat.h> #endif #include <sys/tty.h> |