diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 21:21:51 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 21:21:51 +0000 |
commit | 978f49b07eda30472d402394cf556da0873c9ac8 (patch) | |
tree | ece61b27d7369bb7fa11fd7fbd739bd32dbfa57b /sys/compat/linux/linux_termios.c | |
parent | bb5bb38ef44e5df2b16e0d24f7542d8dd541cbba (diff) |
Merge of NetBSD 960317
Diffstat (limited to 'sys/compat/linux/linux_termios.c')
-rw-r--r-- | sys/compat/linux/linux_termios.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/compat/linux/linux_termios.c b/sys/compat/linux/linux_termios.c index 11cacd510f8..947616cf79e 100644 --- a/sys/compat/linux/linux_termios.c +++ b/sys/compat/linux/linux_termios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_termios.c,v 1.2 1996/04/17 05:24:08 mickey Exp $ */ +/* $OpenBSD: linux_termios.c,v 1.3 1996/04/18 21:21:39 niklas Exp $ */ /* $NetBSD: linux_termios.c,v 1.3 1996/04/05 00:01:54 christos Exp $ */ /* @@ -62,16 +62,6 @@ static int linux_spmasks[] = { LINUX_B57600, LINUX_B115200, LINUX_B230400 }; - -static void linux_termio_to_bsd_termios __P((struct linux_termio *, - struct termios *)); -static void bsd_termios_to_linux_termio __P((struct termios *, - struct linux_termio *)); -static void linux_termios_to_bsd_termios __P((struct linux_termios *, - struct termios *)); -static void bsd_termios_to_linux_termios __P((struct termios *, - struct linux_termios *)); - /* * Deal with termio ioctl cruft. This doesn't look very good.. * XXX too much code duplication, obviously.. |