forked from Lainports/freebsd-ports
10 lines
205 B
C
10 lines
205 B
C
Index: src/afuse.c
|
|
@@ -29,7 +29,7 @@
|
|
#include <string.h>
|
|
#include <stddef.h>
|
|
#include <unistd.h>
|
|
-#include <alloca.h>
|
|
+//#include <alloca.h>
|
|
#include <fcntl.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|