summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-17 05:40:52 +0000
committerbde <bde@FreeBSD.org>2001-02-17 05:40:52 +0000
commit4d938ae7541ec044b9e0336a09dd27dc5492b49d (patch)
tree55175d439d895177e5c14022d8f1ba0cb5a6b541 /sys
parentf9fa7576a8c1db3081399ccd8f6f172de6f881d7 (diff)
downloadFreeBSD-src-4d938ae7541ec044b9e0336a09dd27dc5492b49d.zip
FreeBSD-src-4d938ae7541ec044b9e0336a09dd27dc5492b49d.tar.gz
Fixed unsorting of prototypes in previous commit. Is it too much to
ask for 1-line commits to be correctly ordered?
Diffstat (limited to 'sys')
-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