Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp Crank version to 20090915:



details:   https://anonhg.NetBSD.org/src/rev/42009429d9f1
branches:  trunk
changeset: 749041:42009429d9f1
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Nov 15 10:03:16 2009 +0000

description:
Crank version to 20090915:
* rename internal getline() to get_line() to avoid conflict with libc
* avoid NULL deref in verbose output in an error path
* improve man page markup

diffstat:

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

diffs (16 lines):

diff -r 9cddfcbf1f8c -r 42009429d9f1 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sun Nov 15 07:43:13 2009 +0000
+++ b/usr.bin/ftp/version.h     Sun Nov 15 10:03:16 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.79 2009/04/24 08:57:26 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.80 2009/11/15 10:03:16 lukem Exp $       */
 
 /*-
  * Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20090424"
+#define        FTP_VERSION     "20090915"
 #endif



Home | Main Index | Thread Index | Old Index