From owner-cvs-all Thu Jan 20 1:41:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B6914ED0; Thu, 20 Jan 2000 01:41:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00553; Thu, 20 Jan 2000 01:41:33 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200001200941.BAA00553@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 20 Jan 2000 01:41:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp util.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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