Subject: Re: CVS commit: syssrc
To: None <cgd@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/19/1999 10:02:24
"Chris G. Demetriou" wrote:
> Added Files:
>
> syssrc/sys/lib/libsa: lfs.c lfs.h
>
> Log Message:
>
> Add a standalone LFS implementation. Currently not merged with ufs (FFS),
> but should be (and will be before too long). Until then, it and ufs.?
> should be easily diffable.
lfs.c declares a prototype for find_inode(), but that doesn't exist.
Should the prototype just be nuked?
Simon.