diff options
Diffstat (limited to 'sys/arch/sun3/include/conf.h')
-rw-r--r-- | sys/arch/sun3/include/conf.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sun3/include/conf.h b/sys/arch/sun3/include/conf.h index 29f48f56084..2b02e46d4a1 100644 --- a/sys/arch/sun3/include/conf.h +++ b/sys/arch/sun3/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.9 2001/06/27 06:24:05 angelos Exp $ */ +/* $OpenBSD: conf.h,v 1.10 2001/12/11 23:19:02 miod Exp $ */ /*- * Copyright (c) 1996 Kenneth Stailey. All rights reserved. @@ -33,10 +33,6 @@ bdev_decl(rd); cdev_decl(rd); -/* swap device (required) */ -bdev_decl(sw); -cdev_decl(sw); - bdev_decl(xd); cdev_decl(xd); @@ -53,8 +49,6 @@ cdev_decl(xy); cdev_decl(fd); -dev_decl(filedesc,open); - cdev_decl(idprom); #define mmread mmrw |