mirror of https://github.com/hak5/openwrt.git
e2fsprogs: drop an unnecessary include that breaks on mac os x
SVN-Revision: 33517lede-17.01
parent
999252dccc
commit
5e8fd64cb2
|
@ -0,0 +1,10 @@
|
|||
--- a/util/symlinks.c
|
||||
+++ b/util/symlinks.c
|
||||
@@ -8,7 +8,6 @@
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
-#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/param.h>
|
Loading…
Reference in New Issue