Module Name: src Committed By: lukem Date: Sat Dec 10 05:53:59 UTC 2011
Modified Files: src/usr.bin/ftp: fetch.c ftp.c main.c util.c Log Message: Move determination of socket buffer sizes from startup to the first time a socket is used, as the previous logic assumed AF_INET sockets were available (which they may not be in an IPv6-only system). Per discussion with Maxim Konovalov and the FreeBSD problem 162661. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/usr.bin/ftp/fetch.c cvs rdiff -u -r1.162 -r1.163 src/usr.bin/ftp/ftp.c cvs rdiff -u -r1.119 -r1.120 src/usr.bin/ftp/main.c cvs rdiff -u -r1.155 -r1.156 src/usr.bin/ftp/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.