summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/mac68k/conf.c b/sys/arch/mac68k/mac68k/conf.c
index 860c9ebb049..c8c7f3622e1 100644
--- a/sys/arch/mac68k/mac68k/conf.c
+++ b/sys/arch/mac68k/mac68k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.24 2001/06/27 06:56:28 kjc Exp $ */
+/* $OpenBSD: conf.c,v 1.25 2001/08/06 22:34:44 mickey Exp $ */
/* $NetBSD: conf.c,v 1.41 1997/02/11 07:35:49 scottr Exp $ */
/*
@@ -49,7 +49,6 @@
int ttselect __P((dev_t, int, struct proc *));
-bdev_decl(sw);
#include "st.h"
#include "sd.h"
#include "cd.h"
@@ -90,7 +89,6 @@ cdev_decl(ite);
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
-cdev_decl(sw);
#include "pty.h"
#include "ss.h"
cdev_decl(ss);