summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-02-17 05:40:52 +0000
committerBruce Evans <bde@FreeBSD.org>2001-02-17 05:40:52 +0000
commit7ee0d89c3ef30918b40a3d543ae3676f36cb5bed (patch)
tree798ddb2f2108c505aa14c1b77272722f7bf9cf2d
parent518aec26e2a4f948978d9d19a8079c7db7f995fd (diff)
Notes
-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 0a876cbf13dc..f8ee4fc43f9c 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,