From 3b1e82407a02aed6319c6686c5b06c2051a20cca Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 16 Jul 2002 15:02:01 +0000 Subject: Fix from "Gerhard Uttenthaler" so that cfsetspeed would actually be compiled in. --- libc/termios/termios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/termios') diff --git a/libc/termios/termios.c b/libc/termios/termios.c index 08bf0991b..c6d74f2b3 100644 --- a/libc/termios/termios.c +++ b/libc/termios/termios.c @@ -184,7 +184,7 @@ int cfsetispeed ( struct termios *termios_p, speed_t speed) } #endif -#ifdef L_tcspeed +#ifdef L_cfsetspeed struct speed_struct { speed_t value; -- cgit v1.2.3