summaryrefslogtreecommitdiff
path: root/www/lighttpd/patches/patch-aa
blob: 229e68a85a39a8962ce3ff438e3f2a161207fe16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.3 2006/02/15 16:46:32 joerg Exp $

--- src/server.c.orig	2006-02-15 14:54:29.000000000 +0000
+++ src/server.c
@@ -1,3 +1,7 @@
+#if defined(__DragonFly__)
+#define _P1003_1B_VISIBLE
+#endif
+
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/stat.h>