]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
authordtucker <dtucker>
Fri, 28 Aug 2009 05:01:20 +0000 (05:01 +0000)
committerdtucker <dtucker>
Fri, 28 Aug 2009 05:01:20 +0000 (05:01 +0000)
ChangeLog
configure.ac

index 89bfa66a139e2f48967461681ac5610b4d3791eb..525ea88316953735fb6e78484fadcfaedaabaeac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
  - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
    size a compile-time option and set it to 64k on Cygwin, since Corinna
    reports that it makes a significant difference to performance.  ok djm@
+ - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
 
 20090820
  - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
index a2566a2b9fe1977a87d41256f72a2ae6f9275b97..4bb7847286b86dac9cb84dcc4a9761e3bfbb5a2e 100644 (file)
@@ -672,7 +672,7 @@ mips-sony-bsd|mips-sony-newsos4)
                after setsid()])
        AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd
                in case the name is longer than 8 chars])
-       AC_DEFINE(BROKEN_TCGETATTR_ICANON, tcgetattr with ICANON may hang)
+       AC_DEFINE(BROKEN_TCGETATTR_ICANON, 1, [tcgetattr with ICANON may hang])
        external_path_file=/etc/default/login
        # hardwire lastlog location (can't detect it on some versions)
        conf_lastlog_location="/var/adm/lastlog"
This page took 0.317054 seconds and 5 git commands to generate.