summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h
index 0a876cb..f8ee4fc 100644
--- a/sys/sys/tty.h
+++ b/sys/sys/tty.h
@@ -258,12 +258,12 @@ void ttyflush __P((struct tty *tp, int rw));
void ttyfree __P((struct tty *tp));
void ttyinfo __P((struct tty *tp));
int ttyinput __P((int c, struct tty *tp));
+int ttykqfilter __P((dev_t dev, struct knote *kn));
int ttylclose __P((struct tty *tp, int flag));
struct tty *ttymalloc __P((struct tty *tp));
int ttymodem __P((struct tty *tp, int flag));
int ttyopen __P((dev_t device, struct tty *tp));
int ttypoll __P((dev_t dev, int events, struct proc *p));
-int ttykqfilter __P((dev_t dev, struct knote *kn));
int ttyread __P((dev_t dev, struct uio *uio, int flag));
void ttyregister __P((struct tty *tp));
int ttysleep __P((struct tty *tp, void *chan, int pri, char *wmesg,
OpenPOWER on IntegriCloud