[comp.bugs.4bsd.ucb-fixes] V1.42

bostic@OKEEFFE.BERKELEY.EDU (Keith Bostic) (11/14/87)

Subject: V1.41 (Freeing free frag) had a minor typo
Index: sys/sys/ufs_bio.c 4.3BSD

Description:
	Every occurrence of B_DELWRT in the bug report
	V1.41 should be changed to be B_DELWRI.
Repeat-By:
	Inspection.
Fix:
	Change every occurrence of B_DELWRT to B_DELWRI.