]> Git Repo - uclibc-ng.git/commitdiff
Fix from "Gerhard Uttenthaler" <[email protected]> so
authorEric Andersen <[email protected]>
Tue, 16 Jul 2002 15:02:01 +0000 (15:02 -0000)
committerEric Andersen <[email protected]>
Tue, 16 Jul 2002 15:02:01 +0000 (15:02 -0000)
that cfsetspeed would actually be compiled in.

libc/termios/termios.c

index 08bf0991b90370188cd98c6463b85fe29a6d6d44..c6d74f2b3de53bce807e89c383fbd5e5a7a0ec1c 100644 (file)
@@ -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;
This page took 0.039082 seconds and 4 git commands to generate.