From b3be99749f4d8d371d1bc5a0a11547d2a4b14bf2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 8 Feb 2000 13:41:37 +0000 Subject: [PATCH] 2000-02-08 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members c_ispeed and c_ospeed which are not implemented. --- sysdeps/unix/sysv/linux/mips/bits/termios.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sysdeps/unix/sysv/linux/mips/bits/termios.h b/sysdeps/unix/sysv/linux/mips/bits/termios.h index e43c03b54b..f7abe474df 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/termios.h +++ b/sysdeps/unix/sysv/linux/mips/bits/termios.h @@ -68,8 +68,6 @@ struct termios tcflag_t c_lflag; /* local mode flags */ cc_t c_line; /* line discipline */ cc_t c_cc[NCCS]; /* control characters */ - speed_t c_ispeed; /* input speed */ - speed_t c_ospeed; /* output speed */ }; /* c_cc characters */ @@ -93,7 +91,7 @@ struct termios * VDSUSP is not supported */ #if defined __USE_BSD -#define VDSUSP 11 /* Delayed suspend character [ISIG]. */ +# define VDSUSP 11 /* Delayed suspend character [ISIG]. */ #endif #endif #ifdef __USE_BSD