summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:17:59 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:17:59 +0000
commit4d9a43bb421c29e824653001c8b160fca6efa8d8 (patch)
tree2771babdaef5ece0bc5281a23c75a2b10188de8e
parent325798522164c6b5ba00e7ffab4a31589a2feac9 (diff)
ok. add cdev_decl(ipl)
-rw-r--r--sys/arch/i386/i386/conf.c3
-rw-r--r--sys/sys/conf.h4
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