From 739712269513835c03d6928428a2292b0d1c0253 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 412409504..684ac7550 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(); } -- 2.34.1