]> Zhao Yanbai Git Server - minix.git/commitdiff
compile fixes for kermit and postmort
authorBen Gras <ben@minix3.org>
Tue, 31 May 2005 12:32:35 +0000 (12:32 +0000)
committerBen Gras <ben@minix3.org>
Tue, 31 May 2005 12:32:35 +0000 (12:32 +0000)
commands/ibm/postmort.c
commands/make/Makefile

index 00575263ff7af5986ac6a369c0e2c06521b646ef..a08b4f1bf70a8c243188db5b91a6785db2fd8231 100755 (executable)
@@ -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 */
index 7b307be377d4c7b9106ab0761d02b4864ca15421..b0dd740706762cc2612007454d8e2d60cee0d2fb 100755 (executable)
@@ -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