From 70cdffcc182ffd6dd2eb9cdb17e9445b0cd9707b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 24 May 2005 13:18:29 +0000 Subject: [PATCH] fixed compile breakage --- commands/ibm/postmort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ibm/postmort.c b/commands/ibm/postmort.c index 3592013d8..00575263f 100755 --- a/commands/ibm/postmort.c +++ b/commands/ibm/postmort.c @@ -233,9 +233,9 @@ struct proc *pt; printf("Descriptors for code and data: 0x%04.4x\n", pt->p_ldt[2]); /* struct segdesc_s */ #endif printf("Number of this process: 0x%04.4x\n", pt->p_nr); /* int */ +#if 0 printf("Nonzero if blocked by busy task: 0x%04.4x\n", pt->p_ntf_blocked); /* int */ printf("Nonzero if held by busy syscall: 0x%04.4x\n", pt->p_ntf_held); /* int */ -#if 0 printf("Next in chain of held-up processes: 0x%04.4x\n", pt->p_ntf_nextheld); /* struct proc * */ #endif printf("SENDING, RECEIVING, etc.: 0x%04.4x\n", pt->p_flags); /* int */ -- 2.44.0