diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:09:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:09:37 +0000 |
commit | 2d638098c4caa975ba790de617a6789a7540963d (patch) | |
tree | d8c8e478b38f8c2ca113a426b4c882dd03a097ba /boot | |
parent | 5774ec100ec222ae55ba081b9fc9a5419dc3b9e8 (diff) |
Undo last change; add private decl of ioctl.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/tcattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/tcattr.c b/boot/tcattr.c index 98a9d810..fcd3293e 100644 --- a/boot/tcattr.c +++ b/boot/tcattr.c @@ -19,7 +19,6 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <stddef.h> #include <termios.h> -#include <sys/ioctl.h> #undef B0 #undef B50 @@ -363,6 +362,7 @@ const speed_t __bsd_speeds[] = 38400, }; +extern int ioctl (); /* Set the state of FD to *TERMIOS_P. */ int |