diff options
Diffstat (limited to 'www/webfs/files/patch-ab')
-rw-r--r-- | www/webfs/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webfs/files/patch-ab b/www/webfs/files/patch-ab new file mode 100644 index 000000000000..37fdda0a0b50 --- /dev/null +++ b/www/webfs/files/patch-ab @@ -0,0 +1,13 @@ +--- ls.c.orig Wed Oct 20 13:40:30 1999 ++++ ls.c Mon Oct 25 11:13:51 1999 +@@ -15,6 +15,10 @@ + + #include "httpd.h" + ++#ifdef __FreeBSD__ ++#define NAME_MAX FILENAME_MAX ++#endif ++ + #define LS_ALLOC_SIZE 8192 + #define HOMEPAGE "http://www.in-berlin.de/User/kraxel/webfs.html" + |