Parcourir la source

Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> so
that cfsetspeed would actually be compiled in.

Eric Andersen il y a 22 ans
Parent
commit
3b1e82407a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libc/termios/termios.c

+ 1 - 1
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;