/boot,/mdec,[T]MSCP (Part 20 of 22)

Steven M. Schultz sms at wlv.imsd.contel.com
Sat May 18 17:21:53 AEST 1991


Subject: Part 20 of 22 /boot,/mdec,[T]MSCP updates
Index:	/sys/<many>, /usr/src/etc/<several> 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 <sys/param.h>
! #	define	NI	8
  #define	NB	10
  #define	BITS	8
  #define	MAXFN	500
--- 3,15 ----
  #endif
  
  #include <sys/param.h>
! 
! #ifdef	STANDALONE
! #define	NI	4
! #else
! #define	NI	8
! #endif
! 
  #define	NB	10
  #define	BITS	8
  #define	MAXFN	500



More information about the Comp.bugs.2bsd mailing list