diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 09:17:18 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-24 09:17:18 +0000 |
| commit | 26a0dc74c248a4f9313e6d9afe38e8698c64c889 (patch) | |
| tree | 365514065636ec7e33e06328317e1e3e983c7733 /www/dhttpd/files/patch-main.cc | |
| parent | upgrade to 0.27 (diff) | |
add dhttpd 1.02a
Minimal secure webserver. Fast and efficient, no cgi-bin support
PR: 39769
Submitted by: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Diffstat (limited to '')
| -rw-r--r-- | www/dhttpd/files/patch-main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/dhttpd/files/patch-main.cc b/www/dhttpd/files/patch-main.cc new file mode 100644 index 000000000000..1572b8060663 --- /dev/null +++ b/www/dhttpd/files/patch-main.cc @@ -0,0 +1,10 @@ +--- src/main.cc Tue Mar 4 09:10:41 1997 ++++ src/main.cc.orig Mon Jun 24 15:12:32 2002 +@@ -18,7 +18,6 @@ + */ + + #include <errno.h> +-#include <grp.h> + #include <pwd.h> + #include <signal.h> + #include <stdio.h> |
