Date: Thu, 20 Jan 2000 01:41:32 -0800 (PST) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp util.c Message-ID: <200001200941.BAA00553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 2000/01/20 01:41:32 PST
Modified files:
usr.bin/ftp util.c
Log:
Revert the change from memset() to bzero(), since bzero() is simply
a special case of memset and we already initialize all those
members of the struct tm which are required by mktime().
The memset() is only necessary for style conformity with the rest
of the file. :-)
Scenic route tour by: bde
Revision Changes Path
1.10 +3 -3 src/usr.bin/ftp/util.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001200941.BAA00553>
