From owner-cvs-usrbin Thu Sep 5 00:33:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28393 for cvs-usrbin-outgoing; Thu, 5 Sep 1996 00:33:31 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28379; Thu, 5 Sep 1996 00:33:26 -0700 (PDT) Date: Thu, 5 Sep 1996 00:33:26 -0700 (PDT) From: Peter Wemm Message-Id: <199609050733.AAA28379@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/05 00:33:25 Modified: usr.bin/xinstall xinstall.c Log: accidently removed the "dont compare > 8MB files hack". didn't rewind the files after the read()s in the non-mmap compare. Revision Changes Path 1.11 +39 -33 src/usr.bin/xinstall/xinstall.c