Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Solve segfault on fetching for NetBSD
jrmarino committed 9 years ago
commit da5a90a727d8eec1a1858fd1fa0417db2f7847e7
parent c5d2c86
1 file changed +3 -0
modified external/libfetch/http.c
@@ -60,6 +60,9 @@
 * SUCH DAMAGE.
 */
#define _XOPEN_SOURCE
+
#ifdef __NetBSD__
+
#define _NETBSD_SOURCE
+
#endif
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>