NetBSD/sbin/newfs_lfs
dholland 34f0d74c9e Add a new lfs header file: lfs_accessors.h.
This contains all the accessor functions and macros out of lfs.h.
Add an include of lfs_accessors.h after all uses of lfs.h... except
for code that wants to define its own struct lfs-alike that the
accessors are supposed to play along with. For these, set STRUCT_LFS
and include lfs_accessors.h after the necessary structure has been
defined, so that lfs_accessors.h can emit functions in terms of it.
2015-07-28 05:09:34 +00:00
..
config.h
extern.h
make_lfs.c Add a new lfs header file: lfs_accessors.h. 2015-07-28 05:09:34 +00:00
Makefile
misc.c
newfs_lfs.8 New sentence, new line. Remove trailing whitespace. 2014-01-04 15:35:10 +00:00
newfs.c Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs. 2013-06-18 18:18:57 +00:00