فهرست منبع

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

Eric Andersen 22 سال پیش
والد
کامیت
3b1e82407a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;