]> Zhao Yanbai Git Server - minix.git/commitdiff
fixed compile breakage
authorBen Gras <ben@minix3.org>
Tue, 24 May 2005 13:18:29 +0000 (13:18 +0000)
committerBen Gras <ben@minix3.org>
Tue, 24 May 2005 13:18:29 +0000 (13:18 +0000)
commands/ibm/postmort.c

index 3592013d8a41fbb043b257bcdfe3aebfa7fb03a9..00575263ff7af5986ac6a369c0e2c06521b646ef 100755 (executable)
@@ -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 */