summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-07-19 13:53:31 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-07-19 13:53:31 +0000
commitac9d428b047e63539da429fecca2248139e74814 (patch)
tree7bd6c5634bf6a0c44dc7de17aab3f10e528bd5bb /sys/arch/pmax
parente1b6b5999728e1ff4fb10a183de21b5512949900 (diff)
unnecessary declaration of ttrstrt
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/dev/dc.c2
-rw-r--r--sys/arch/pmax/tc/scc.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/arch/pmax/dev/dc.c b/sys/arch/pmax/dev/dc.c
index 8c90dc27bd3..05ceec4f811 100644
--- a/sys/arch/pmax/dev/dc.c
+++ b/sys/arch/pmax/dev/dc.c
@@ -135,8 +135,6 @@ int dcparam __P((struct tty *tp, struct termios *t));
static int cold_dcparam __P((struct tty *tp, struct termios *t,
dcregs *dcaddr, int allow_19200));
-extern void ttrstrt __P((void *));
-
void dc_reset __P ((dcregs *dcaddr));
/* console I/O */
diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c
index 306774ed2d0..c9eda15cc88 100644
--- a/sys/arch/pmax/tc/scc.c
+++ b/sys/arch/pmax/tc/scc.c
@@ -124,8 +124,6 @@
#include "rasterconsole.h"
-extern void ttrstrt __P((void *));
-
#ifdef alpha
#undef SCCDEV
#define SCCDEV 15 /* XXX */