diff options
Diffstat (limited to 'www/webfs/files/patch-ab')
-rw-r--r-- | www/webfs/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/webfs/files/patch-ab b/www/webfs/files/patch-ab deleted file mode 100644 index 37fdda0a0b50..000000000000 --- a/www/webfs/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- 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" - |