diff options
-rw-r--r-- | sys/arch/i386/i386/conf.c | 3 | ||||
-rw-r--r-- | sys/sys/conf.h | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index b97ea3a08a1..ac6fe59ea5c 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.41 1997/10/28 10:19:12 niklas Exp $ */ +/* $OpenBSD: conf.c,v 1.42 1997/11/23 05:17:58 mickey Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -166,7 +166,6 @@ cdev_decl(svr4_net); #include "pctr.h" #include "bios.h" -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else diff --git a/sys/sys/conf.h b/sys/sys/conf.h index b4f15c988ca..d3f6bca2eba 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.22 1997/11/23 05:14:14 mickey Exp $ */ +/* $OpenBSD: conf.h,v 1.23 1997/11/23 05:17:58 mickey Exp $ */ /* $NetBSD: conf.h,v 1.33 1996/05/03 20:03:32 christos Exp $ */ /*- @@ -437,7 +437,7 @@ cdev_decl(tun); cdev_decl(random); -cdev_decl(ipf); +cdev_decl(ipl); #ifdef COMPAT_SVR4 # define NSVR4_NET 1 |