From 2d638098c4caa975ba790de617a6789a7540963d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:09:37 +0000 Subject: Undo last change; add private decl of ioctl. --- boot/tcattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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 #include #include -#include #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 -- cgit v1.2.3