From owner-cvs-usrbin Wed Jan 8 04:01:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA00372 for cvs-usrbin-outgoing; Wed, 8 Jan 1997 04:01:12 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA00363; Wed, 8 Jan 1997 04:01:08 -0800 (PST) Date: Wed, 8 Jan 1997 04:01:08 -0800 (PST) From: Joerg Wunsch Message-Id: <199701081201.EAA00363@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/cmp regular.c special.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/08 04:01:06 Modified: usr.bin/cmp regular.c special.c Log: Our mmap(2) has a limitation where the `offset' parameter must be page-aligned. cmp(1) should know about this flaw, and work around it. While i was at it, fixed an uninitialized variable as reported by -Wall. Revision Changes Path 1.3 +12 -2 src/usr.bin/cmp/regular.c 1.2 +1 -1 src/usr.bin/cmp/special.c