K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-08-25T13:30:24.226365Z K 7 svn:log V 242 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 END