summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-06-10 11:27:58 +0000
committerlukem <lukem@pkgsrc.org>2005-06-10 11:27:58 +0000
commit0d5087a8f5291f8d1d5c5c984fb3066920604eb5 (patch)
tree350e042668bc40f7b41d03b6a57c878ddc8c7747
parentca35c1576fbf8c9644542bc3872bcd3f912d6807 (diff)
downloadpkgsrc-0d5087a8f5291f8d1d5c5c984fb3066920604eb5.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/strtoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tnftp/files/libnetbsd/strtoll.c b/net/tnftp/files/libnetbsd/strtoll.c
index f2801d826fa..562a6f2af5a 100644
--- a/net/tnftp/files/libnetbsd/strtoll.c
+++ b/net/tnftp/files/libnetbsd/strtoll.c
@@ -1,4 +1,4 @@
-/* NetBSD: strtoll.c,v 1.4 2005/05/16 11:27:58 lukem Exp */
+/* $NetBSD: strtoll.c,v 1.1.1.4 2005/06/10 11:27:58 lukem Exp $ */
/* from NetBSD: strtoll.c,v 1.6 2003/10/27 00:12:42 lukem Exp */
/*-