]> Zhao Yanbai Git Server - minix.git/commitdiff
Renamed kermit_211 to kermit-2.1.1
authorBen Gras <ben@minix3.org>
Mon, 27 Jun 2005 09:46:55 +0000 (09:46 +0000)
committerBen Gras <ben@minix3.org>
Mon, 27 Jun 2005 09:46:55 +0000 (09:46 +0000)
Fixed compile bug in postmort.c

commands/Makefile
commands/ibm/postmort.c

index ec0c53788270868f12ddd446152a168c5a373921..427557a8f56a70d1d6d1f8af492fab70a7e8254d 100755 (executable)
@@ -37,7 +37,6 @@ all install clean::
        cd ftpd200 && $(MAKE) $@
        cd ibm && $(MAKE) $@
        cd kermit && $(MAKE) $@
-#      cd kermit_211 && $(MAKE) $@
        cd m4 && $(MAKE) $@
        cd make && $(MAKE) $@
        cd mined && $(MAKE) $@
index a08b4f1bf70a8c243188db5b91a6785db2fd8231..0859f3d053cfe5b47ed026e0c99f986be01f7989 100755 (executable)
@@ -270,7 +270,9 @@ struct proc *pt;
   printf("Pointer to next ready process:       0x%04.4x\n", pt->p_nextready);  /* struct proc * */
 #endif
   printf("Bit map for pending signals 1-16:    0x%04.4x\n", pt->p_pending);    /* int */
+#if 0
   printf("Count of pending/unfinished signals: 0x%04.4x\n", pt->p_pendcount);  /* unsigned */
+#endif
 }