diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-08 22:34:20 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-05-08 22:34:20 +0000 |
commit | d24961e8ecc441266dd7993054aa3595c44d42e7 (patch) | |
tree | 7e404a29216f54dea2a778db8cddb91e36cce5c3 /www/webfs/files/patch-ab | |
parent | - Update MASTER_SITES (diff) |
Update port to 1.10
Notes
Notes:
svn path=/head/; revision=42432
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" - |