mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
14 lines
274 B
Plaintext
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"
|
||
|
|