Date: Wed, 21 Nov 2001 02:47:55 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> 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 Message-ID: <200111211047.fALAltP54922@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111211047.fALAltP54922>
