diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-11-23 05:22:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-11-23 05:22:54 +0000 |
commit | feddd4907d404f4be5f02e4eb558e3eaa8662a9c (patch) | |
tree | 3a71b7671cc49552d9073be87857ddb1c62d1790 /sys/arch/vax | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c index ad015893de6..feaaffc5557 100644 --- a/sys/arch/vax/vax/conf.c +++ b/sys/arch/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 1997/09/10 12:04:43 maja Exp $ */ +/* $OpenBSD: conf.c,v 1.14 1997/11/23 05:21:59 mickey Exp $ */ /* $NetBSD: conf.c,v 1.28 1997/02/04 19:13:17 ragge Exp $ */ /*- @@ -326,7 +326,6 @@ cdev_decl(qv); #include "qd.h" cdev_decl(qd); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |