diff --git a/commands/Makefile b/commands/Makefile index ec0c53788..427557a8f 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -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) $@ diff --git a/commands/ibm/postmort.c b/commands/ibm/postmort.c index a08b4f1bf..0859f3d05 100755 --- a/commands/ibm/postmort.c +++ b/commands/ibm/postmort.c @@ -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 }