From 317043010879767bc6a3bef6cbec0c5f300d1ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 19 Oct 2020 13:54:31 +0300 Subject: sys: update to 6.8 --- sys/sys/tty.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/sys/tty.h') diff --git a/sys/sys/tty.h b/sys/sys/tty.h index efe0bfb..cce1581 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.h,v 1.38 2019/07/19 00:17:16 cheloha Exp $ */ +/* $OpenBSD: tty.h,v 1.39 2020/07/14 14:33:06 deraadt Exp $ */ /* $NetBSD: tty.h,v 1.30.4.1 1996/06/02 09:08:13 mrg Exp $ */ /*- @@ -290,8 +290,8 @@ int ttymodem(struct tty *tp, int flag); int ttyopen(dev_t device, struct tty *tp, struct proc *p); int ttyoutput(int c, struct tty *tp); void ttypend(struct tty *tp); -void ttyretype(struct tty *tp); -void ttyrub(int c, struct tty *tp); +int ttyretype(struct tty *tp); +int ttyrub(int c, struct tty *tp); int ttysleep(struct tty *tp, void *chan, int pri, char *wmesg); int ttywait(struct tty *tp); int ttywflush(struct tty *tp); -- cgit v1.2.3