Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Ensure funopen prototype is included on NetBSD
jrmarino committed 9 years ago
commit 0c99831f5ba2b35b609cb23fc56ce9798b36260e
parent da5a90a
1 file changed +4 -0
modified external/libfetch/ftp.c
@@ -55,6 +55,10 @@
 *
 */

+
#ifdef __NetBSD__
+
#define _NETBSD_SOURCE
+
#endif
+

#include <sys/param.h>
#include <sys/socket.h>
#include <netinet/in.h>