Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/10/1996 01:20:06
mycroft
Mon Dec  9 17:18:41 PST 1996
Update of /cvsroot/src/sbin/fsck_ffs
In directory netbsd1:/var/slash-tmp/cvs-serv17050

Modified Files:
      Tag: netbsd-1-2
	dir.c fsck.h inode.c pass2.c 
Log Message:
>From trunk:
* Redo the tree-walking algorithm to make it O(n) rather than O(n^2).
* Fix some minor type size problems.