summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-11 23:19:03 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-11 23:19:03 +0000
commit92e77f0c2e03259e2981560c7de86d53bb1a7ea0 (patch)
treec69456841868f9d27fcacdb787d1a4fae22315b8 /sys/arch/sun3
parent37272489ea2398a1269d711f86c04284befd365a (diff)
Remove declarations that already exist in <sys/conf.h>
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/include/conf.h8
-rw-r--r--sys/arch/sun3/sun3/conf.c4
2 files changed, 2 insertions, 10 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
diff --git a/sys/arch/sun3/sun3/conf.c b/sys/arch/sun3/sun3/conf.c
index 4320d208f65..2a9917fab18 100644
--- a/sys/arch/sun3/sun3/conf.c
+++ b/sys/arch/sun3/sun3/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.30 2001/09/28 02:53:14 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.31 2001/12/11 23:19:02 miod Exp $ */
/* $NetBSD: conf.c,v 1.51 1996/11/04 16:16:09 gwr Exp $ */
/*-
@@ -47,8 +47,6 @@
#include <machine/conf.h>
-int ttselect __P((dev_t, int, struct proc *));
-
#include "bpfilter.h"
#include "bwtwo.h"
#include "ccd.h"