Module Name: src
Committed By: lukem
Date: Sun Nov 15 10:03:16 UTC 2009
Modified Files:
src/usr.bin/ftp: version.h
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/ftp/version.h
diff -u src/usr.bin/ftp/version.h:1.79 src/usr.bin/ftp/version.h:1.80
--- src/usr.bin/ftp/version.h:1.79 Fri Apr 24 08:57:26 2009
+++ src/usr.bin/ftp/version.h Sun Nov 15 10:03:16 2009
@@ -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