From owner-cvs-all Thu Oct 3 8: 0:26 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 DF2D137B401; Thu, 3 Oct 2002 08:00:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9085143E3B; Thu, 3 Oct 2002 08:00:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g93F0PCo072762; Thu, 3 Oct 2002 08:00:25 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g93F0H5T072739; Thu, 3 Oct 2002 08:00:21 -0700 (PDT) Message-Id: <200210031500.g93F0H5T072739@freefall.freebsd.org> From: Bruce Evans Date: Thu, 3 Oct 2002 08:00:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps 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 bde 2002/10/03 08:00:11 PDT Modified files: bin/ps ps.h Log: Use a non-bogus type for representing the values of offsets in structs. off_t is for offsets in files, and it is signed so it was no better than the original type of int for avoiding warnings from broken lints, except accidentally on machines like i386's where size_t is smaller than off_t. Revision Changes Path 1.13 +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