summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/tty.h')
-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 82f79f3..70946bc 100644
--- a/sys/sys/tty.h
+++ b/sys/sys/tty.h
@@ -268,7 +268,7 @@ 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 ttypoll __P((dev_t dev, int events, struct thread *td));
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