summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_compat.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
committerbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
commit90f30ee93626191441a5a77c6a4ef849d6c9ae47 (patch)
tree7eaf381e2fc106b355b61804fad03cfeb0a78218 /sys/kern/tty_compat.c
parentf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (diff)
downloadFreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.zip
FreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/kern/tty_compat.c')
-rw-r--r--sys/kern/tty_compat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c
index 75171fe..01628ff 100644
--- a/sys/kern/tty_compat.c
+++ b/sys/kern/tty_compat.c
@@ -48,10 +48,10 @@
#include <sys/kernel.h>
#include <sys/sysctl.h>
-static int ttcompatgetflags (struct tty *tp);
-static void ttcompatsetflags (struct tty *tp, struct termios *t);
-static void ttcompatsetlflags (struct tty *tp, struct termios *t);
-static int ttcompatspeedtab (int speed, struct speedtab *table);
+static int ttcompatgetflags(struct tty *tp);
+static void ttcompatsetflags(struct tty *tp, struct termios *t);
+static void ttcompatsetlflags(struct tty *tp, struct termios *t);
+static int ttcompatspeedtab(int speed, struct speedtab *table);
static int ttydebug = 0;
SYSCTL_INT(_debug, OID_AUTO, ttydebug, CTLFLAG_RW, &ttydebug, 0, "");
OpenPOWER on IntegriCloud