From owner-cvs-usrbin Tue Sep 10 12:49:53 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09042 for cvs-usrbin-outgoing; Tue, 10 Sep 1996 12:49:53 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09023; Tue, 10 Sep 1996 12:49:44 -0700 (PDT) Date: Tue, 10 Sep 1996 12:49:44 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609101949.MAA09023@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/10 12:49:43 Modified: usr.bin/fetch main.c Log: Remove the code which has restart looking at the modtime. That's just moronic! We don't care about the time in restart mode, only the size. It's *mirror* mode which cares about modtimes. Revision Changes Path 1.21 +2 -2 src/usr.bin/fetch/main.c