summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 21:25:46 +0000
commit357e37e023059920b1f80494e489797e2f69a3dd (patch)
tree7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/kern/tty.c
parentca2e5c188ee68045b54a86bfefcfd4a75e174221 (diff)
downloadFreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.zip
FreeBSD-src-357e37e023059920b1f80494e489797e2f69a3dd.tar.gz
Remove __P.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 89207e6..c9a56fd 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -101,20 +101,20 @@
MALLOC_DEFINE(M_TTYS, "ttys", "tty data structures");
-static int proc_compare __P((struct proc *p1, struct proc *p2));
-static int ttnread __P((struct tty *tp));
-static void ttyecho __P((int c, struct tty *tp));
-static int ttyoutput __P((int c, register struct tty *tp));
-static void ttypend __P((struct tty *tp));
-static void ttyretype __P((struct tty *tp));
-static void ttyrub __P((int c, struct tty *tp));
-static void ttyrubo __P((struct tty *tp, int cnt));
-static void ttyunblock __P((struct tty *tp));
-static int ttywflush __P((struct tty *tp));
-static int filt_ttyread __P((struct knote *kn, long hint));
-static void filt_ttyrdetach __P((struct knote *kn));
-static int filt_ttywrite __P((struct knote *kn, long hint));
-static void filt_ttywdetach __P((struct knote *kn));
+static int proc_compare(struct proc *p1, struct proc *p2);
+static int ttnread(struct tty *tp);
+static void ttyecho(int c, struct tty *tp);
+static int ttyoutput(int c, register struct tty *tp);
+static void ttypend(struct tty *tp);
+static void ttyretype(struct tty *tp);
+static void ttyrub(int c, struct tty *tp);
+static void ttyrubo(struct tty *tp, int cnt);
+static void ttyunblock(struct tty *tp);
+static int ttywflush(struct tty *tp);
+static int filt_ttyread(struct knote *kn, long hint);
+static void filt_ttyrdetach(struct knote *kn);
+static int filt_ttywrite(struct knote *kn, long hint);
+static void filt_ttywdetach(struct knote *kn);
/*
* Table with character classes and parity. The 8th bit indicates parity,
OpenPOWER on IntegriCloud