diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/pmax/dev/dc.c | 2 | ||||
-rw-r--r-- | sys/arch/pmax/tc/scc.c | 2 | ||||
-rw-r--r-- | sys/arch/vax/uba/qv.c | 4 | ||||
-rw-r--r-- | sys/arch/vax/vsa/dc.c | 3 |
4 files changed, 3 insertions, 8 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 */ diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c index dbcf7868f6c..66b8371b851 100644 --- a/sys/arch/vax/uba/qv.c +++ b/sys/arch/vax/uba/qv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qv.c,v 1.2 1997/05/29 00:05:08 niklas Exp $ */ +/* $OpenBSD: qv.c,v 1.3 2000/07/19 13:53:00 art Exp $ */ /* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */ /*- @@ -269,7 +269,7 @@ int qv_ipl_lo = 1; /* IPL low flag */ int mouseon = 0; /* mouse channel is enabled when 1*/ struct proc *qvrsel; /* process waiting for select */ -int qvstart(), qvputc(), ttrstrt(); +int qvstart(), qvputc(); /* * Keyboard translation and font tables diff --git a/sys/arch/vax/vsa/dc.c b/sys/arch/vax/vsa/dc.c index c37cc2aa37d..0200eca52a8 100644 --- a/sys/arch/vax/vsa/dc.c +++ b/sys/arch/vax/vsa/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.2 1997/05/29 00:05:30 niklas Exp $ */ +/* $OpenBSD: dc.c,v 1.3 2000/07/19 13:53:30 art Exp $ */ /* $NetBSD: dc.c,v 1.4 1996/10/13 03:36:10 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -147,7 +147,6 @@ void dcstart __P((struct tty *)); void dcxint __P((struct tty *)); void dcPutc __P((dev_t, int)); void dcscan __P((void *)); -extern void ttrstrt __P((void *)); int dcGetc __P((dev_t)); int dcparam __P((struct tty *, struct termios *)); |