diff options
Diffstat (limited to 'sys/arch/sparc/include/conf.h')
-rw-r--r-- | sys/arch/sparc/include/conf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/conf.h b/sys/arch/sparc/include/conf.h index 0db858ca427..7d63e4f375c 100644 --- a/sys/arch/sparc/include/conf.h +++ b/sys/arch/sparc/include/conf.h @@ -1,4 +1,5 @@ /* $NetBSD: conf.h,v 1.1 1996/03/30 21:17:55 christos Exp $ */ +/* $OpenBSD: conf.h,v 1.3 1996/11/11 23:30:27 kstailey Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -42,8 +43,6 @@ cdev_decl(mm); cdev_decl(openprom); -cdev_decl(cn); - cdev_decl(zs); bdev_decl(fd); @@ -79,5 +78,3 @@ cdev_decl(xy); bdev_decl(sw); cdev_decl(sw); - -cdev_decl(random); |