Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Attempt to fix build with glibc
Baptiste Daroussin committed 10 years ago
commit a9a7d311dba04d4d422667f2ed71ed335d6ba715
parent 1271452
4 files changed +4 -4
modified external/libfetch/common.c
@@ -28,7 +28,6 @@
 */

#include <sys/cdefs.h>
-
#include "bsd_compat.h"

__FBSDID("$FreeBSD: head/lib/libfetch/common.c 273124 2014-10-15 07:35:50Z des $");

@@ -55,6 +54,7 @@ __FBSDID("$FreeBSD: head/lib/libfetch/common.c 273124 2014-10-15 07:35:50Z des $
#include <openssl/x509v3.h>
#endif

+
#include "bsd_compat.h"
#include "fetch.h"
#include "common.h"

modified external/libfetch/ftp.c
@@ -27,7 +27,6 @@
 */

#include <sys/cdefs.h>
-
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/ftp.c 226537 2011-10-19 11:43:51Z des $");

/*
@@ -74,6 +73,7 @@ __FBSDID("$FreeBSD: head/lib/libfetch/ftp.c 226537 2011-10-19 11:43:51Z des $");
#include <time.h>
#include <unistd.h>

+
#include "bsd_compat.h"
#include "fetch.h"
#include "common.h"
#include "ftperr.h"
modified external/libfetch/http.c
@@ -27,7 +27,6 @@
 */

#include <sys/cdefs.h>
-
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/http.c 267133 2014-06-05 22:16:26Z bapt $");

/*
@@ -90,6 +89,7 @@ __FBSDID("$FreeBSD: head/lib/libfetch/http.c 267133 2014-06-05 22:16:26Z bapt $"
#include <netinet/in.h>
#include <netinet/tcp.h>

+
#include "bsd_compat.h"
#include "fetch.h"
#include "common.h"
#include "httperr.h"
modified libpkg/dns_utils.c
@@ -27,7 +27,6 @@

#include <pkg_config.h>

-
#include <bsd_compat.h>
#include <sys/stat.h> /* for private.utils.h */

#include <string.h>
@@ -41,6 +40,7 @@
#endif
#include <netdb.h>

+
#include <bsd_compat.h>
#include "private/utils.h"
#include "pkg.h"