1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/webfs/files/patch-ab
Steve Price 9124689114 Initial import of webfs version 0.6.
A simple http server for static content.

PR:		14409
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-26 19:34:11 +00:00

14 lines
274 B
Plaintext

--- 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"