diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-11 11:16:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-11 11:16:26 +0000 |
| commit | 1930e303cfa1b9fe2c50fdad0d1ba6143311a53c (patch) | |
| tree | eeeded1f490a2da21f50d2e6f81efd45f8326e90 /sys/dev/sx | |
| parent | f89485e2b1417088084fabcc31952be90ae25378 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sx')
| -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 ae50e32033ca..5588ab75d41e 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> |
