summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2005-06-10 06:55:48 +0000
committerlukem <lukem@pkgsrc.org>2005-06-10 06:55:48 +0000
commitad171803655e81d8180904fb745defc25201b4b4 (patch)
treed574d864b16e150964d45a3cb5b6e8e7ef4ae7aa
parent530222e6aa88e939041b9ae4cbb43576b534298a (diff)
downloadpkgsrc-ad171803655e81d8180904fb745defc25201b4b4.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/strlcat.c2
-rw-r--r--net/tnftp/files/libnetbsd/strlcpy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/tnftp/files/libnetbsd/strlcat.c b/net/tnftp/files/libnetbsd/strlcat.c
index 523a8b2506d..9223b5aff6e 100644
--- a/net/tnftp/files/libnetbsd/strlcat.c
+++ b/net/tnftp/files/libnetbsd/strlcat.c
@@ -1,4 +1,4 @@
-/* NetBSD: strlcat.c,v 1.4 2005/05/16 06:55:48 lukem Exp */
+/* $NetBSD: strlcat.c,v 1.1.1.4 2005/06/10 06:55:48 lukem Exp $ */
/* from NetBSD: strlcat.c,v 1.16 2003/10/27 00:12:42 lukem Exp */
/* from OpenBSD: strlcat.c,v 1.10 2003/04/12 21:56:39 millert Exp */
diff --git a/net/tnftp/files/libnetbsd/strlcpy.c b/net/tnftp/files/libnetbsd/strlcpy.c
index 7f2d4d07438..a1883c9a4ad 100644
--- a/net/tnftp/files/libnetbsd/strlcpy.c
+++ b/net/tnftp/files/libnetbsd/strlcpy.c
@@ -1,4 +1,4 @@
-/* NetBSD: strlcpy.c,v 1.4 2005/05/16 06:58:06 lukem Exp */
+/* $NetBSD: strlcpy.c,v 1.1.1.4 2005/06/10 06:58:06 lukem Exp $ */
/* from NetBSD: strlcpy.c,v 1.14 2003/10/27 00:12:42 lukem Exp */
/* from OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp */