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/arc | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/arc/conf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/arc/arc/conf.c b/sys/arch/arc/arc/conf.c index 57fc7e94451..59499900519 100644 --- a/sys/arch/arc/arc/conf.c +++ b/sys/arch/arc/arc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 1997/05/21 18:31:31 pefo Exp $ */ +/* $OpenBSD: conf.c,v 1.18 1997/11/23 05:21:54 mickey Exp $ */ /* * Copyright (c) 1992, 1993 @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 8.2 (Berkeley) 11/14/93 - * $Id: conf.c,v 1.17 1997/05/21 18:31:31 pefo Exp $ + * $Id: conf.c,v 1.18 1997/11/23 05:21:54 mickey Exp $ */ #include <sys/param.h> @@ -155,8 +155,6 @@ cdev_decl(uk); cdev_decl(wd); cdev_decl(acd); -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |