summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-06-10 08:51:51 +0000
committerlukem <lukem@pkgsrc.org>2005-06-10 08:51:51 +0000
commitca35c1576fbf8c9644542bc3872bcd3f912d6807 (patch)
tree823460716fe02de95efcd34955f608fa670c95af
parentad171803655e81d8180904fb745defc25201b4b4 (diff)
downloadpkgsrc-ca35c1576fbf8c9644542bc3872bcd3f912d6807.tar.gz
Update to tnftp 20070806.
Notable changes: - Implement '-s srcaddr' to set the local IP address for all connections. - Support '-q quittime' when waiting for server replies. - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ... - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
-rw-r--r--net/tnftp/files/libnetbsd/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tnftp/files/libnetbsd/strsep.c b/net/tnftp/files/libnetbsd/strsep.c
index 762915452be..8780492dd1d 100644
--- a/net/tnftp/files/libnetbsd/strsep.c
+++ b/net/tnftp/files/libnetbsd/strsep.c
@@ -1,4 +1,4 @@
-/* NetBSD: strsep.c,v 1.4 2005/05/16 08:51:51 lukem Exp */
+/* $NetBSD: strsep.c,v 1.1.1.4 2005/06/10 08:51:51 lukem Exp $ */
/* from NetBSD: strsep.c,v 1.14 2003/08/07 16:43:52 agc Exp */
/*-