diff options
author | 2004-02-11 06:43:05 +0000 | |
---|---|---|
committer | 2004-02-11 06:43:05 +0000 | |
commit | c9eb002fb24e30ecd569a2d7bb76e3f89b39a997 (patch) | |
tree | 68f57f6abc60fc12a22bcfd69335909307a9efc2 | |
parent | Return ENOTTY on unhandled ioctls; ok drahn@ (diff) | |
download | wireguard-openbsd-c9eb002fb24e30ecd569a2d7bb76e3f89b39a997.tar.xz wireguard-openbsd-c9eb002fb24e30ecd569a2d7bb76e3f89b39a997.zip |
Remove duplicates with <sys/conf.h>; ok drahn@
-rw-r--r-- | sys/arch/arm/include/conf.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/arch/arm/include/conf.h b/sys/arch/arm/include/conf.h index 0f7dac4128a..873175df3c2 100644 --- a/sys/arch/arm/include/conf.h +++ b/sys/arch/arm/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2004/02/11 06:43:05 miod Exp $ */ /* $NetBSD: conf.h,v 1.7 2002/04/19 01:04:39 wiz Exp $ */ /* @@ -52,14 +52,8 @@ cdev_decl(mm); bdev_decl(wd); cdev_decl(wd); -bdev_decl(sw); -cdev_decl(sw); bdev_decl(fd); cdev_decl(fd); -bdev_decl(rd); -cdev_decl(rd); -bdev_decl(raid); -cdev_decl(raid); /* Character device declarations */ @@ -108,19 +102,8 @@ cdev_decl(prof); #define ofromwrite ofromrw cdev_decl(ofrom); cdev_decl(joy); -cdev_decl(usb); -cdev_decl(uhid); -cdev_decl(ugen); -cdev_decl(ulpt); -cdev_decl(ucom); -cdev_decl(urio); -cdev_decl(uscanner); cdev_decl(vc_nb_); -cdev_decl(wsdisplay); cdev_decl(wsfont); -cdev_decl(wskbd); -cdev_decl(wsmouse); -cdev_decl(wsmux); cdev_decl(scsibus); cdev_decl(openfirm); cdev_decl(pci); |