From 9a02e2ede3571a84b7d5f7c0e4a71585c99ae78c Mon Sep 17 00:00:00 2001 From: bal Date: Tue, 19 Feb 1985 11:16:11 +0000 Subject: [PATCH] p_use->u_ext field deleted from showptable() --- util/ego/share/show.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/ego/share/show.c b/util/ego/share/show.c index 41240950..684ac755 100644 --- a/util/ego/share/show.c +++ b/util/ego/share/show.c @@ -173,7 +173,6 @@ showp() if (all == 1) { printf(" changed ="); showcset(); printf(format,"c_flags =",getshort()); - printf(" used ="); showcset(); printf(format,"u_flags =",getshort()); printf(" calling ="); showcset(); }