]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix what looks like a cut-and-paste error which was stopping Unix
authorSimon Tatham <anakin@pobox.com>
Sun, 8 May 2005 11:47:59 +0000 (11:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 8 May 2005 11:47:59 +0000 (11:47 +0000)
Plink building on MacOS X.

[originally from svn r5762]

unix/uxplink.c

index 2505cb2a0637b648830710eba0ecdd8f860b65f5..d4335cffa5c6f24863ef6c52124f6b1738891327 100644 (file)
@@ -283,7 +283,7 @@ char *get_ttymode(void *frontend, const char *mode)
 #if defined(ONOCR)
     GET_BOOL("ONOCR", ONOCR, c_oflag, );
 #endif
-#if defined(ONLCR)
+#if defined(ONLRET)
     GET_BOOL("ONLRET", ONLRET, c_oflag, );
 #endif