From f87967b01fe48a28e3e0c88bef9fada86d685b76 Mon Sep 17 00:00:00 2001 From: Eric Andersen 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/termio.h') 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 for old `struct termio' ioctl interface. + This is obsolete; use the POSIX.1 `struct termios' interface + defined in instead. */ + #include +#include -- cgit v1.2.3