From owner-cvs-all Wed Jun 5 11:11:31 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 EBC9237B40B; Wed, 5 Jun 2002 11:11:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55IBPJ27894; Wed, 5 Jun 2002 11:11:25 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206051811.g55IBPJ27894@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 5 Jun 2002 11:11:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c print.c ps.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 jmallett 2002/06/05 11:11:25 PDT Modified files: bin/ps keyword.c print.c ps.c Log: Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or realloc(3)] happens to fail, everywhere in ps(1). Discussed with: bde, charnier (a while ago) fmt_argv() can no longer return NULL, so don't bother checking. Submitted by: bde Revision Changes Path 1.43 +2 -2 src/bin/ps/keyword.c 1.61 +2 -2 src/bin/ps/print.c 1.53 +4 -6 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message