OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Mon Oct 16 2006 - 10:00:10 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2006/10/16 09:00:10

Modified files:
        bin/ps : keyword.c ps.h

Log message:
The session field is a pointer and so should be 8 chars for
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify
the state field name to match the justification of the state data.
OK jmc