From owner-cvs-all Mon Dec 3 12:56:21 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 9466937B41B; Mon, 3 Dec 2001 12:56:16 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB3KuG748305; Mon, 3 Dec 2001 12:56:16 -0800 (PST) (envelope-from dwmalone) Message-Id: <200112032056.fB3KuG748305@freefall.freebsd.org> From: David Malone Date: Mon, 3 Dec 2001 12:56:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp misc.c regular.c special.c X-FreeBSD-CVS-Branch: HEAD 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/12/03 12:56:16 PST Modified files: usr.bin/cmp misc.c regular.c special.c Log: Cast off_t to long long before printing. Use %ll instead of %q incase long long and quad_t are not the same. Revision Changes Path 1.5 +2 -2 src/usr.bin/cmp/misc.c 1.14 +4 -2 src/usr.bin/cmp/regular.c 1.7 +2 -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