Fixed broken build on Arch Linux
This commit is contained in:
parent
ecb40fb19d
commit
4f2d38147f
1 changed files with 2 additions and 0 deletions
2
mkfs.c
2
mkfs.c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue