Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.54 (requested by lukem in ...



details:   https://anonhg.NetBSD.org/src/rev/527216988dd5
branches:  netbsd-3
changeset: 576760:527216988dd5
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 24 10:27:16 2005 +0000

description:
Pull up revision 1.54 (requested by lukem in ticket #606):
* Only print the "Trying <address>..." message if verbose and
  there's more than one struct addrinfo in the getaddrinfo() result.
* Don't use non-standard "u_int".

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 3e0fcac3c6af -r 527216988dd5 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sun Jul 24 10:26:40 2005 +0000
+++ b/usr.bin/ftp/version.h     Sun Jul 24 10:27:16 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.44.2.9 2005/07/24 10:26:33 tron Exp $    */
+/*     $NetBSD: version.h,v 1.44.2.10 2005/07/24 10:27:16 tron Exp $   */
 /*-
  * Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,5 +40,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20050529"
+#define        FTP_VERSION     "20050601"
 #endif



Home | Main Index | Thread Index | Old Index