aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-06-11 11:16:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-06-11 11:16:26 +0000
commit1930e303cfa1b9fe2c50fdad0d1ba6143311a53c (patch)
treeeeeded1f490a2da21f50d2e6f81efd45f8326e90 /sys/dev/si
parentf89485e2b1417088084fabcc31952be90ae25378 (diff)
downloadsrc-1930e303cfa1b9fe2c50fdad0d1ba6143311a53c.tar.gz
src-1930e303cfa1b9fe2c50fdad0d1ba6143311a53c.zip
Deorbit COMPAT_SUNOS.
We inherited this from the sparc32 port of BSD4.4-Lite1. We have neither a sparc32 port nor a SunOS4.x compatibility desire these days.
Notes
Notes: svn path=/head/; revision=130344
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index e79c1caef25b..2a3601f41061 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -47,7 +47,7 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International
#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>