Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Linux build: add bsd_compat.h include before __FBSDID()
Alex Richardson committed 5 years ago
commit 873430a6d8e9a85066525828aeb674f5a8114d9d
parent 4c110d7
6 files changed +6 -1
modified external/libfetch/common.c
@@ -30,6 +30,7 @@
 */

#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/common.c 347050 2019-05-03 06:06:39Z adrian $");

#include <sys/param.h>
@@ -55,7 +56,6 @@ __FBSDID("$FreeBSD: head/lib/libfetch/common.c 347050 2019-05-03 06:06:39Z adria
#include <openssl/x509v3.h>
#endif

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

modified external/libfetch/fetch.c
@@ -29,6 +29,7 @@
 */

#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/fetch.c 357212 2020-01-28 18:37:18Z gordon $");

#include <sys/param.h>
modified external/libfetch/file.c
@@ -29,6 +29,7 @@
 */

#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/file.c 326219 2017-11-26 02:00:33Z pfg $");

#include <sys/param.h>
modified external/libfetch/ftp.c
@@ -29,6 +29,7 @@
 */

#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/ftp.c 341013 2018-11-27 10:45:14Z des $");

/*
modified external/libfetch/http.c
@@ -29,6 +29,7 @@
 */

#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libfetch/http.c 351573 2019-08-28 17:01:28Z markj $");

/*
modified libpkg/flags.c
@@ -36,6 +36,7 @@
static char sccsid[] = "@(#)flags.c	8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
+
#include "bsd_compat.h"
__FBSDID("$FreeBSD: head/lib/libc/stdio/flags.c 326025 2017-11-20 19:49:47Z pfg $");

#include <sys/types.h>