summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-09-17 17:13:52 +0000
committerjmallett <jmallett@FreeBSD.org>2002-09-17 17:13:52 +0000
commit6d599b2b064066af12cda8927da88f691f9aa847 (patch)
tree17e8333e91e634ddf2863ca6cb491858d2458a5c /bin/ps/ps.h
parentdd967ac5612427169892e17b13efb8485675f99a (diff)
downloadFreeBSD-src-6d599b2b064066af12cda8927da88f691f9aa847.zip
FreeBSD-src-6d599b2b064066af12cda8927da88f691f9aa847.tar.gz
Rename new PLONG type to PGTOK as the conversion is more important than the
size (which is mostly undefined anyway). Submitted by: bde
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 63797a9..8ed85e9 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, PLONG };
+enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK };
typedef struct kinfo {
struct kinfo_proc *ki_p; /* kinfo_proc structure */
OpenPOWER on IntegriCloud