Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/24/2007 05:05:19
Module Name:	src
Committed By:	lukem
Date:		Thu May 24 05:05:19 UTC 2007

Modified Files:
	src/usr.bin/ftp: cmds.c extern.h fetch.c ftp.1 ftp.c util.c version.h

Log Message:
Display times in RFC2822 form rather than using ctime(3), since
the former is more explicit about the timezone offset.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.71 -r1.72 src/usr.bin/ftp/extern.h
cvs rdiff -r1.178 -r1.179 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.117 -r1.118 src/usr.bin/ftp/ftp.1
cvs rdiff -r1.150 -r1.151 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.142 -r1.143 src/usr.bin/ftp/util.c
cvs rdiff -r1.66 -r1.67 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.