From owner-cvs-all Sun Feb 3 6:43:11 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 53A1437B404; Sun, 3 Feb 2002 06:43:08 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g13Eh8M91268; Sun, 3 Feb 2002 06:43:08 -0800 (PST) (envelope-from markm) Message-Id: <200202031443.g13Eh8M91268@freefall.freebsd.org> From: Mark Murray Date: Sun, 3 Feb 2002 06:43:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps Makefile extern.h fmt.c keyword.c lomac.c lomac.h nlist.c print.c ps.c ps.h 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 markm 2002/02/03 06:43:07 PST Modified files: bin/ps Makefile extern.h fmt.c keyword.c lomac.c lomac.h nlist.c print.c ps.c ps.h Log: WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra cleanup courtesy of automatic checking (lint). Revision Changes Path 1.17 +1 -1 src/bin/ps/Makefile 1.17 +3 -8 src/bin/ps/extern.h 1.17 +19 -14 src/bin/ps/fmt.c 1.37 +134 -116 src/bin/ps/keyword.c 1.4 +5 -2 src/bin/ps/lomac.c 1.2 +0 -1 src/bin/ps/lomac.h 1.16 +8 -4 src/bin/ps/nlist.c 1.55 +17 -34 src/bin/ps/print.c 1.48 +47 -49 src/bin/ps/ps.c 1.10 +5 -6 src/bin/ps/ps.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message