From: Ben Gras Date: Tue, 31 May 2005 12:32:35 +0000 (+0000) Subject: compile fixes for kermit and postmort X-Git-Tag: v3.1.0~796 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch02.html?a=commitdiff_plain;h=e673eeee2055cb90e9853ca2b48c2414c757fcda;p=minix.git compile fixes for kermit and postmort --- diff --git a/commands/ibm/postmort.c b/commands/ibm/postmort.c index 00575263f..a08b4f1bf 100755 --- a/commands/ibm/postmort.c +++ b/commands/ibm/postmort.c @@ -245,11 +245,11 @@ struct proc *pt; #if DEAD_CODE printf("Process id passed in from MM: 0x%04.4x\n", pt->p_pid); /* int */ #endif +#if 0 printf("User time in ticks: %ld\n", pt->user_time); /* time_t */ printf("Sys time in ticks: %ld\n", pt->sys_time); /* time_t */ printf("Cumulative user time of children: %ld\n", pt->child_utime); /* time_t */ printf("Cumulative sys time of children: %ld\n", pt->child_stime); /* time_t */ -#if 0 printf("Ticks used in current quantum: %d\n", pt->quantum_time); /* int */ printf("Ticks used in last quantum: %d\n", pt->quantum_last); /* int */ printf("Current priority of the process: %d\n", pt->curr_prio); /* int */ diff --git a/commands/make/Makefile b/commands/make/Makefile index 7b307be37..b0dd74070 100755 --- a/commands/make/Makefile +++ b/commands/make/Makefile @@ -8,7 +8,7 @@ all: make make : $(OBJ) $(CC) -i -o make $(OBJ) - install -S 96k make + install -S 200k make install: /usr/bin/make