diff options
| author | cgd <cgd@NetBSD.org> | 1993-05-20 11:26:10 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-05-20 11:26:10 +0000 |
| commit | 5cecaec7a1f2cd26fff93643705fd1c764fde129 (patch) | |
| tree | 52c615e4b3a5333556514716bdc0351b40b76f17 /lib/libc | |
| parent | 7d313cbd4c681ec4b9aea1769cffe51ab67710f3 (diff) | |
update to use select.h
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/termios.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index 49f365f650b..db8ded0f738 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -32,11 +32,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)termios.c 5.9 (Berkeley) 5/20/91"; +/* from: static char sccsid[] = "@(#)termios.c 5.9 (Berkeley) 5/20/91"; */ +static char rcsid = "$Id: termios.c,v 1.2 1993/05/20 11:26:10 cgd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <sys/errno.h> +#include <sys/select.h> #include <sys/ioctl.h> #include <sys/tty.h> #define KERNEL /* XXX - FREAD and FWRITE was ifdef'd KERNEL*/ |
