diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-11 23:19:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-11 23:19:03 +0000 |
commit | 92e77f0c2e03259e2981560c7de86d53bb1a7ea0 (patch) | |
tree | c69456841868f9d27fcacdb787d1a4fae22315b8 /sys/arch/mac68k | |
parent | 37272489ea2398a1269d711f86c04284befd365a (diff) |
Remove declarations that already exist in <sys/conf.h>
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/conf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mac68k/mac68k/conf.c b/sys/arch/mac68k/mac68k/conf.c index 7a0cde15813..25c71cb0b88 100644 --- a/sys/arch/mac68k/mac68k/conf.c +++ b/sys/arch/mac68k/mac68k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.26 2001/09/28 02:53:13 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.27 2001/12/11 23:19:02 miod Exp $ */ /* $NetBSD: conf.c,v 1.41 1997/02/11 07:35:49 scottr Exp $ */ /* @@ -47,8 +47,6 @@ #include <sys/vnode.h> #include <dev/cons.h> -int ttselect __P((dev_t, int, struct proc *)); - #include "st.h" #include "sd.h" #include "cd.h" @@ -56,8 +54,6 @@ int ttselect __P((dev_t, int, struct proc *)); #include "vnd.h" #include "ccd.h" #include "rd.h" -bdev_decl(rd); -/* No cdev for rd */ struct bdevsw bdevsw[] = { @@ -91,9 +87,7 @@ cdev_decl(ite); cdev_decl(mm); #include "pty.h" #include "ss.h" -cdev_decl(ss); #include "uk.h" -cdev_decl(uk); cdev_decl(fd); #include "grf.h" cdev_decl(grf); @@ -104,10 +98,8 @@ cdev_decl(zsc); #include "zstty.h" cdev_decl(zs); #include "ch.h" -cdev_decl(ch); #include "bpfilter.h" #include "tun.h" -dev_decl(filedesc,open); #include "asc.h" cdev_decl(asc); #include "ksyms.h" |