diff options
Diffstat (limited to 'sys/compat/common/tty_43.c')
-rw-r--r-- | sys/compat/common/tty_43.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/common/tty_43.c b/sys/compat/common/tty_43.c index f3f72493663..51d00441689 100644 --- a/sys/compat/common/tty_43.c +++ b/sys/compat/common/tty_43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty_43.c,v 1.6 2002/01/30 20:45:34 nordin Exp $ */ +/* $OpenBSD: tty_43.c,v 1.7 2002/03/14 01:26:49 millert Exp $ */ /* $NetBSD: tty_43.c,v 1.5 1996/05/20 14:29:17 mark Exp $ */ /*- @@ -85,9 +85,9 @@ static int compatspcodes[] = { 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200 }; -int ttcompatgetflags __P((struct tty *)); -void ttcompatsetflags __P((struct tty *, struct termios *)); -void ttcompatsetlflags __P((struct tty *, struct termios *)); +int ttcompatgetflags(struct tty *); +void ttcompatsetflags(struct tty *, struct termios *); +void ttcompatsetlflags(struct tty *, struct termios *); /*ARGSUSED*/ int |