summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:22:54 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-11-23 05:22:54 +0000
commitfeddd4907d404f4be5f02e4eb558e3eaa8662a9c (patch)
tree3a71b7671cc49552d9073be87857ddb1c62d1790 /sys/arch/hp300
parent78628751f1c32d0b370490834e8eef515473f387 (diff)
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c
index f9802f38ea0..e3c65ccc2a6 100644
--- a/sys/arch/hp300/hp300/conf.c
+++ b/sys/arch/hp300/hp300/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.17 1997/08/04 07:34:20 downsj Exp $ */
+/* $OpenBSD: conf.c,v 1.18 1997/11/23 05:22:53 mickey Exp $ */
/* $NetBSD: conf.c,v 1.39 1997/05/12 08:17:53 thorpej Exp $ */
/*-
@@ -146,7 +146,6 @@ cdev_decl(tun);
cdev_decl(random);
cdev_decl(rd);
-cdev_decl(ipl);
#ifdef IPFILTER
#define NIPF 1
#else