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/atari | |
parent | 78628751f1c32d0b370490834e8eef515473f387 (diff) |
use MI cdev_decl(ipl)
Diffstat (limited to 'sys/arch/atari')
-rw-r--r-- | sys/arch/atari/atari/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/atari/atari/conf.c b/sys/arch/atari/atari/conf.c index f9b3cc9df6c..692c36a5630 100644 --- a/sys/arch/atari/atari/conf.c +++ b/sys/arch/atari/atari/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.9 1996/11/11 19:20:43 kstailey Exp $ */ +/* $OpenBSD: conf.c,v 1.10 1997/11/23 05:21:54 mickey Exp $ */ /* * Copyright (c) 1991 The Regents of the University of California. @@ -128,8 +128,6 @@ dev_decl(fd,open); #include "bpfilter.h" #include "tun.h" -/* open, close, read, ioctl */ -cdev_decl(ipl); #ifdef IPFILTER #define NIPF 1 #else |