From 90374108bb8e84f45ef3186f8d569cf1eb4e446d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Jan 2002 14:13:19 +0000 Subject: Rework termios wrapping code to try and do the right thing. -Erik --- libc/termios/tcgetattr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/termios/tcgetattr.c') diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c index 957b5b0c1..b8728461a 100644 --- a/libc/termios/tcgetattr.c +++ b/libc/termios/tcgetattr.c @@ -17,7 +17,6 @@ Boston, MA 02111-1307, USA. */ #include -#include #include #include #include @@ -28,7 +27,7 @@ #include "kernel_termios.h" /* Put the state of FD into *TERMIOS_P. */ -int tcgetattr ( int fd, struct termios *termios_p) +int tcgetattr ( int fd, struct libc_termios *termios_p) { struct __kernel_termios k_termios; int retval; -- cgit v1.2.3