summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-10-16 20:40:40 +0000
committerphk <phk@FreeBSD.org>2005-10-16 20:40:40 +0000
commited89346cf3f32d4c1ab74cce53fa42f1baf0d9b9 (patch)
treeced06c8ae111c70c538d3db9aa1ab5a607fd9c43 /sys/kern/tty_compat.c
parent3b17d622f49102f4b8d38a7b8e6f5f7b9bea2138 (diff)
downloadFreeBSD-src-ed89346cf3f32d4c1ab74cce53fa42f1baf0d9b9.zip
FreeBSD-src-ed89346cf3f32d4c1ab74cce53fa42f1baf0d9b9.tar.gz
Make ttsetcompat() static
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index f8975b6..0ec1926 100644
--- a/sys/kern/tty_compat.c
+++ b/sys/kern/tty_compat.c
@@ -93,7 +93,7 @@ ttcompatspeedtab(int speed, struct speedtab *table)
return (1); /* 50, min and not hangup */
}
-int
+static int
ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term)
{
switch (*com) {
OpenPOWER on IntegriCloud