From 86602fc06c6eef73f48ce541f6b8d2b6af993629 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 11 Jun 2004 11:16:26 +0000 Subject: 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. --- sys/dev/si/si.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/si') diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index e79c1ca..2a3601f 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 #include -#if defined(COMPAT_43) || defined(COMPAT_SUNOS) +#if defined(COMPAT_43) #include #endif #include -- cgit v1.1