aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.h
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-17 17:13:52 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-17 17:13:52 +0000
commit362d62ba071b5fcb10ddc71bb75eadfc675325be (patch)
tree17e8333e91e634ddf2863ca6cb491858d2458a5c /bin/ps/ps.h
parent9cf08dec1264c89c1c29481067baf13af0467436 (diff)
downloadsrc-362d62ba071b5fcb10ddc71bb75eadfc675325be.tar.gz
src-362d62ba071b5fcb10ddc71bb75eadfc675325be.zip
Rename new PLONG type to PGTOK as the conversion is more important than the
size (which is mostly undefined anyway). Submitted by: bde
Notes
Notes: svn path=/head/; revision=103497
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 63797a96710a..8ed85e96a86a 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 */