From: Ben Gras Date: Tue, 24 May 2005 13:18:29 +0000 (+0000) Subject: fixed compile breakage X-Git-Tag: v3.1.0~815 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=70cdffcc182ffd6dd2eb9cdb17e9445b0cd9707b;p=minix.git fixed compile breakage --- 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 */