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/mvme68k | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c index 6491cbbaa3b..d8f6eb09f56 100644 --- a/sys/arch/mvme68k/mvme68k/conf.c +++ b/sys/arch/mvme68k/mvme68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.16 1997/02/12 01:50:28 rahnds Exp $ */ +/* $OpenBSD: conf.c,v 1.17 1997/11/23 05:21:56 mickey Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt @@ -171,8 +171,6 @@ dev_decl(filedesc,open); #include "tun.h" -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |