Fixed broken build on Arch Linux

This commit is contained in:
Ayan Shafqat 2015-08-12 22:11:39 -04:00
parent ecb40fb19d
commit 4f2d38147f

2
mkfs.c
View file

@ -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