forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
268 B
C++
10 lines
268 B
C++
--- ./epi/filesystem_linux.cc.orig Sat Oct 14 05:10:39 2006
|
|
+++ ./epi/filesystem_linux.cc Wed Dec 5 23:19:09 2007
|
|
@@ -29,6 +29,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
+#include <limits.h> // for PATH_MAX
|
|
|
|
#define MAX_MODE_CHARS 3
|
|
|