OSDN Git Service

Add wrapper for old termio interface
authorEric Andersen <andersen@codepoet.org>
Tue, 16 Jan 2001 10:19:28 +0000 (10:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 16 Jan 2001 10:19:28 +0000 (10:19 -0000)
include/termio.h

index 9e26956..0e610f0 100644 (file)
@@ -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>