From owner-cvs-all Wed Nov 21 2:47:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ACF937B419; Wed, 21 Nov 2001 02:47:55 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fALAltP54922; Wed, 21 Nov 2001 02:47:55 -0800 (PST) (envelope-from dwmalone) Message-Id: <200111211047.fALAltP54922@freefall.freebsd.org> From: David Malone Date: Wed, 21 Nov 2001 02:47:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp Makefile cmp.c extern.h misc.c regular.c special.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2001/11/21 02:47:55 PST Modified files: (Branch: RELENG_4) usr.bin/cmp Makefile cmp.c extern.h misc.c regular.c special.c Log: Sync with -current: Make cmp work by mmapping chunks of a file. Don't use gcc -Wall flag. Make filenames const to avoid a few warnings. Add FreeBSD tags. Revision Changes Path 1.2.6.1 +1 -1 src/usr.bin/cmp/Makefile 1.6.6.4 +2 -2 src/usr.bin/cmp/cmp.c 1.1.1.1.14.2 +4 -4 src/usr.bin/cmp/extern.h 1.2.6.1 +5 -2 src/usr.bin/cmp/misc.c 1.7.2.3 +54 -16 src/usr.bin/cmp/regular.c 1.4.2.1 +4 -1 src/usr.bin/cmp/special.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message