Subject: Part 20 of 22 /boot,/mdec,[T]MSCP updates Index: /sys/, /usr/src/etc/ 2.11BSD Description: Repeat-By: Fix: See part 0 (the README) for the Description, the Reason and the instructions on how update your system. This is part 20 of 22 The number of blocks of inodes read in at a time was conditionally made smaller if the standalone version was being compiled. This keeps icheck under the 48kb limit for standalone utilities. *** /usr/src/etc/icheck.c.old Sun Apr 29 18:23:55 1990 --- /usr/src/etc/icheck.c Sat Apr 20 20:52:37 1991 *************** *** 3,9 **** #endif #include ! # define NI 8 #define NB 10 #define BITS 8 #define MAXFN 500 --- 3,15 ---- #endif #include ! ! #ifdef STANDALONE ! #define NI 4 ! #else ! #define NI 8 ! #endif ! #define NB 10 #define BITS 8 #define MAXFN 500