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/pmax | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/pmax/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/pmax/pmax/conf.c b/sys/arch/pmax/pmax/conf.c index 2cc540e66d3..11c0a8fa9fd 100644 --- a/sys/arch/pmax/pmax/conf.c +++ b/sys/arch/pmax/pmax/conf.c @@ -129,7 +129,6 @@ cdev_decl(xcfb); cdev_decl(mfb); dev_decl(filedesc,open); -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |