From owner-cvs-all Mon Sep 16 19:52:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E5E37B400; Mon, 16 Sep 2002 19:52:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0554243E72; Mon, 16 Sep 2002 19:52:45 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8H2qiJU084707; Mon, 16 Sep 2002 19:52:44 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8H2qiKH084706; Mon, 16 Sep 2002 19:52:44 -0700 (PDT) Message-Id: <200209170252.g8H2qiKH084706@freefall.freebsd.org> From: Juli Mallett Date: Mon, 16 Sep 2002 19:52:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.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 jmallett 2002/09/16 19:52:44 PDT Modified files: bin/ps extern.h keyword.c print.c ps.h Log: Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think of a better name, except PINT, but I decided to go with assuming LONG to be safe, rather than assuming INT. Revision Changes Path 1.26 +0 -2 src/bin/ps/extern.h 1.53 +2 -2 src/bin/ps/keyword.c 1.72 +3 -18 src/bin/ps/print.c 1.11 +1 -1 src/bin/ps/ps.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message