summaryrefslogtreecommitdiff
path: root/www-servers/pound/files/pound-3.0.2-hpack.patch
blob: d413082216abbe3b08f5ae2c99244b7d81ac8873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/src/hpack.c
+++ b/src/hpack.c
@@ -69,9 +69,6 @@ static size_t	 hbuf_left(struct hbuf *);
 
 static struct hpack	 hpack_global;
 
-#ifdef  __GLIBC__
-/* these functions are available on BSD, but not on Linux */
-
 #include    <stdlib.h>
 
 void *
@@ -100,8 +97,6 @@ freezero(void *ptr, size_t size)
     return;
 }
 
-#endif
-
 int
 hpack_init(void)
 {