File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ SHA512 (chmlib-0.40.tar.bz2) = 3a3e151cf455b19e9e7c163a1d1e5ac52e8196f0b98f77932
55Size (chmlib-0.40.tar.bz2) = 252036 bytes
66SHA1 (patch-aa) = c4a7c21e8ae0cb097e9225cdf7e099395c5ed331
77SHA1 (patch-ac) = 32c3e3a1fe548123bce15de4cb81b869c9cbded8
8+ SHA1 (patch-src_chm_http.c) = 0a0f687a7f40bfce7489960a69b98613ccd06e33
Original file line number Diff line number Diff line change 1+ $NetBSD : patch - src_chm_http .c ,v 1.1 2025 /09 /29 20 :47 :29 mrg Exp $
2+
3+ Add missing headers for inet_addr (3 ), close (2 ), write (2 ).
4+
5+ -- - src /chm_http .c .orig 2009 - 05 - 23 15 :08 :18.000000000 + 0000
6+ ++ + src /chm_http .c
7+ @@ -33 ,6 + 33 ,7 @@
8+ #define _REENTRANT
9+ #include <stdio.h>
10+ #include <stdlib.h>
11+ + #include <unistd.h>
12+ #include <string.h>
13+ #if __sun || __sgi
14+ #include <strings.h>
15+ @@ -43 ,6 + 44 ,7 @@
16+ #include <sys/socket.h>
17+ #include <sys/types.h>
18+ #include <netinet/in.h>
19+ + #include <arpa/inet.h>
20+
21+ /* threading includes */
22+ #include <pthread.h>
You can’t perform that action at this time.
0 commit comments