From 6d599b2b064066af12cda8927da88f691f9aa847 Mon Sep 17 00:00:00 2001 From: jmallett Date: Tue, 17 Sep 2002 17:13:52 +0000 Subject: Rename new PLONG type to PGTOK as the conversion is more important than the size (which is mostly undefined anyway). Submitted by: bde --- bin/ps/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ps/print.c') 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: -- cgit v1.1