diff options
Diffstat (limited to 'www/twhttpd/files/patch-ac')
-rw-r--r-- | www/twhttpd/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/twhttpd/files/patch-ac b/www/twhttpd/files/patch-ac new file mode 100644 index 000000000000..a663815b5f49 --- /dev/null +++ b/www/twhttpd/files/patch-ac @@ -0,0 +1,11 @@ +--- twhttpd.c.orig Sat Aug 31 05:16:35 2002 ++++ twhttpd.c Wed Sep 25 12:02:49 2002 +@@ -33,7 +33,7 @@ + #include <signal.h> + #include <time.h> + #include <unistd.h> +-#include <wait.h> ++#include <sys/wait.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <sys/types.h> |