From owner-cvs-all Thu Feb 28 3: 2:53 2002 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 E4DC037B402; Thu, 28 Feb 2002 03:02:50 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SB2ov71429; Thu, 28 Feb 2002 03:02:50 -0800 (PST) (envelope-from mike) Message-Id: <200202281102.g1SB2ov71429@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 28 Feb 2002 03:02:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/wc wc.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 mike 2002/02/28 03:02:50 PST Modified files: usr.bin/wc wc.c Log: Fix vendor ID (mostly obtained from rev 1.1). Make use of `static' storage-class for local functions. Replace uses of `u_quad_t' with `uintmax_t'. Revision Changes Path 1.13 +23 -21 src/usr.bin/wc/wc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message