Module Name: src
Committed By: lukem
Date: Fri Mar 5 07:45:41 UTC 2010
Modified Files:
src/usr.bin/ftp: version.h
Log Message:
ftp 20100305: fix http date parsing
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 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.80 src/usr.bin/ftp/version.h:1.81
--- src/usr.bin/ftp/version.h:1.80 Sun Nov 15 10:03:16 2009
+++ src/usr.bin/ftp/version.h Fri Mar 5 07:45:40 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.80 2009/11/15 10:03:16 lukem Exp $ */
+/* $NetBSD: version.h,v 1.81 2010/03/05 07:45:40 lukem Exp $ */
/*-
* Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
#endif
#ifndef FTP_VERSION
-#define FTP_VERSION "20090915"
+#define FTP_VERSION "20100305"
#endif