Hi,
in configure.in the patch for `setvbuf' is missing while in
sftp-int.c the HAVE_SETVBUF define is used:
Index: configure.in
==================================================================RCS file:
/cvs/openssh_cvs/configure.in,v
retrieving revision 1.286
diff -u -p -r1.286 configure.in
--- configure.in 2001/05/17 03:32:51 1.286
+++ configure.in 2001/05/22 11:59:54
@@ -460,7 +460,7 @@ AC_ARG_WITH(tcp-wrappers,
)
dnl Checks for library functions.
-AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown
fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist
getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa
inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty
realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle
setresgid setreuid setrlimit setsid sigaction sigvec snprintf strerror strlcat
strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf vhangup vis
waitpid _getpty __b64_ntop)
+AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown
fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist
getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa
inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty
realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle
setresgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror
strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnprintf
vhangup vis waitpid _getpty __b64_ntop)
dnl Checks for time functions
AC_CHECK_FUNCS(gettimeofday time)
dnl Checks for libutil functions
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com