From f87967b01fe48a28e3e0c88bef9fada86d685b76 Mon Sep 17 00:00:00 2001 From: Eric Andersen <andersen@codepoet.org> Date: Tue, 16 Jan 2001 10:19:28 +0000 Subject: Add wrapper for old termio interface --- include/termio.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/termio.h b/include/termio.h index 9e2695652..0e610f0c5 100644 --- a/include/termio.h +++ b/include/termio.h @@ -1 +1,6 @@ +/* Compatible <termio.h> for old `struct termio' ioctl interface. + This is obsolete; use the POSIX.1 `struct termios' interface + defined in <termios.h> instead. */ + #include <termios.h> +#include <sys/ioctl.h> -- cgit v1.2.3