freebsd-dev/usr.sbin/makefs
Alex Richardson 6424881cc8 Fix makefs bootstrap on macOS after D25563
The macOS assert.h header does not define static_assert when compiling in
C99 mode. To fix this compile with -std=c11.

Reviewed By:	emaste
Differential Revision: https://reviews.freebsd.org/D25928
2020-08-25 13:30:24 +00:00
..
cd9660
ffs Allocate an fs_summary_info structure when creating a UFS filesystem 2020-06-19 23:32:40 +00:00
msdos makefs (msdosfs): Use fprintf instead of debug print for errors 2020-08-24 09:20:27 +00:00
tests Revert r362390, those tests are fixed by r362418 2020-06-23 19:14:38 +00:00
cd9660.c
cd9660.h
ffs.c makefs: Also set UFS di_birthtime when building on Linux 2019-11-15 18:34:30 +00:00
ffs.h
Makefile Fix makefs bootstrap on macOS after D25563 2020-08-25 13:30:24 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
makefs.8
makefs.c
makefs.h
msdos.c
msdos.h
mtree.c
walk.c