From d31aba5ee3f4dcb80becf8c36f4d3a05dfbbb9e5 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 27 Jun 2005 09:46:55 +0000 Subject: [PATCH] Renamed kermit_211 to kermit-2.1.1 Fixed compile bug in postmort.c --- commands/Makefile | 1 - commands/ibm/postmort.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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 }