Subject: CVS commit: othersrc/usr.bin/tnftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/13/2005 09:20:21
Module Name: othersrc
Committed By: lukem
Date: Mon Jun 13 09:20:21 UTC 2005
Modified Files:
othersrc/usr.bin/tnftp: acconfig.h aclocal.m4
Log Message:
Tweak SOCKS5 support:
acconfig.h:
- fix a comment
- ensure close() is replaced
- list entries in the same order as aclocal.m4 (and the SOCKS5 FAQ)
aclocal.m4:
- ensure getpeername() is replaced
- don't replace listen() twice
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 othersrc/usr.bin/tnftp/acconfig.h
cvs rdiff -r1.3 -r1.4 othersrc/usr.bin/tnftp/aclocal.m4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.