Previous version SEGV'd on startup, this one doesn't. It still doesn't show any web pages though ...
12 lines
293 B
Text
12 lines
293 B
Text
$NetBSD: patch-ac,v 1.3 2009/10/30 20:34:43 tnn Exp $
|
|
|
|
--- src/net/kz-http.c.orig 2009-09-29 05:38:19.000000000 +0200
|
|
+++ src/net/kz-http.c
|
|
@@ -25,7 +25,6 @@
|
|
# include "config.h"
|
|
#endif /* HAVE_CONFIG_H */
|
|
|
|
-#include <features.h>
|
|
#define __USE_XOPEN
|
|
#include <time.h>
|
|
#include "gnet.h"
|