Fixed broken build on Arch Linux

feat/start
Ayan Shafqat 2015-08-12 22:11:39 -04:00
parent ecb40fb19d
commit 4f2d38147f
1 changed files with 2 additions and 0 deletions

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