summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
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/print.c
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/print.c')
-rw-r--r--bin/ps/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index e2ae4ad..d0c43ee 100644
--- a/bin/ps/print.c
+++ b/bin/ps/print.c
@@ -696,7 +696,7 @@ printval(void *bp, VAR *v)
case KPTR:
(void)printf(ofmt, v->width, *(u_long *)bp);
break;
- case PLONG:
+ case PGTOK:
(void)printf(ofmt, v->width, ps_pgtok(*(u_long *)bp));
break;
default:
OpenPOWER on IntegriCloud