summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-17 02:52:44 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-17 02:52:44 +0000
commitb561096e479e036edf9bd0d01cf43172e015d481 (patch)
tree5c528cc245d18ca3cbd2496b4c2280b2b5f33430 /bin/ps/ps.h
parentb58b89fc83e89a880dc747f252347d46a4dd4953 (diff)
downloadFreeBSD-src-b561096e479e036edf9bd0d01cf43172e015d481.zip
FreeBSD-src-b561096e479e036edf9bd0d01cf43172e015d481.tar.gz
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.
Diffstat (limited to 'bin/ps/ps.h')
-rw-r--r--bin/ps/ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.h b/bin/ps/ps.h
index ae5caa0..63797a9 100644
--- a/bin/ps/ps.h
+++ b/bin/ps/ps.h
@@ -35,7 +35,7 @@
*/
#define UNLIMITED 0 /* unlimited terminal width */
-enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR };
+enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PLONG };
typedef struct kinfo {
struct kinfo_proc *ki_p; /* kinfo_proc structure */
OpenPOWER on IntegriCloud