Prechádzať zdrojové kódy

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

Eric Andersen 22 rokov pred
rodič
commit
3b1e82407a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;