diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-16 18:54:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-16 18:54:19 +0000 |
commit | d335dfd153bb45e98127e7c51d71f2e29d13e4de (patch) | |
tree | a3a012fd3aa026583441706f83ce26a878b59b1a /sys/arch/amiga/include/conf.h | |
parent | 5c074672206831ac1bd90fc541e90a66a804bd3d (diff) |
remove stuff found in sys/conf.h
Diffstat (limited to 'sys/arch/amiga/include/conf.h')
-rw-r--r-- | sys/arch/amiga/include/conf.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/amiga/include/conf.h b/sys/arch/amiga/include/conf.h index c9ed4af4cc3..84f54aeed03 100644 --- a/sys/arch/amiga/include/conf.h +++ b/sys/arch/amiga/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.7 1997/05/13 16:09:47 niklas Exp $ */ +/* $OpenBSD: conf.h,v 1.8 1997/05/16 18:54:18 niklas Exp $ */ /* $NetBSD: conf.h,v 1.4 1996/11/30 01:13:07 is Exp $ */ /* @@ -35,8 +35,6 @@ cdev_decl(acd); cdev_decl(com); -cdev_decl(ctty); - cdev_decl(drcom); bdev_decl(fd); @@ -69,18 +67,11 @@ cdev_decl(msc); cdev_decl(par); -bdev_decl(rd); -cdev_decl(rd); - -cdev_decl(random); - cdev_decl(ser); bdev_decl(sw); cdev_decl(sw); -cdev_decl(uk); - cdev_decl(view); bdev_decl(wd); |