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.53 (requested by lukem in ...
details: https://anonhg.NetBSD.org/src/rev/5cf3f43b1dca
branches: netbsd-3
changeset: 576758:5cf3f43b1dca
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 24 10:26:33 2005 +0000
description:
Pull up revision 1.53 (requested by lukem in ticket #606):
* fetch_ftp(): preserve 'anonftp' across a disconnect() so that multiple
ftp auto-fetches on the same command line login automatically.
* auto_fetch(): use an initialized volatile int to appease IRIX cc.
diffstat:
usr.bin/ftp/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 9bd7dba8d5a8 -r 5cf3f43b1dca usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h Sun Jul 24 10:24:15 2005 +0000
+++ b/usr.bin/ftp/version.h Sun Jul 24 10:26:33 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.44.2.8 2005/07/24 10:24:15 tron Exp $ */
+/* $NetBSD: version.h,v 1.44.2.9 2005/07/24 10:26:33 tron Exp $ */
/*-
* Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -40,5 +40,5 @@
#endif
#ifndef FTP_VERSION
-#define FTP_VERSION "20050527"
+#define FTP_VERSION "20050529"
#endif
Home |
Main Index |
Thread Index |
Old Index