Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #1500 from jrmarino/master
Baptiste Daroussin committed 9 years ago
commit e582d43c5061ecc9c721049b0d20161837a9e122
parent f78c144
2 files changed +7 -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>
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>