freebsd-dev/usr.sbin/makefs/msdos
Alex Richardson ba2cfa80e1 Fix makefs bootstrap after d485c77f20
The makefs msdosfs code includes fs/msdosfs/denode.h which directly uses
struct buf from <sys/buf.h> rather than the makefs struct m_buf.
To work around this problem provide a local denode.h that includes
ffs/buf.h and defines buf as an alias for m_buf.

Reviewed By:	kib, emaste
Differential Revision: https://reviews.freebsd.org/D28835
2021-02-22 17:55:45 +00:00
..
denode.h Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
direntry.h makefs: diff reduction to sys/fs/msdosfs 2019-08-22 17:49:34 +00:00
Makefile.inc makefs: share fat.h between kernel msdosfs and makefs 2019-08-21 02:21:40 +00:00
msdosfs_conv.c makefs: share msdosfsmount.h between kernel msdosfs and makefs 2019-09-01 16:55:33 +00:00
msdosfs_denode.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
msdosfs_fat.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
msdosfs_lookup.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
msdosfs_vfsops.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
msdosfs_vnops.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00