diff options
| -rw-r--r-- | mkfs.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -11,7 +11,9 @@  #include "stat.h"  #include "param.h" +#ifndef static_assert  #define static_assert(a, b) do { switch (0) case 0: case (a): ; } while (0) +#endif  #define NINODES 200 | 
