aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof/files
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-07-26 13:59:14 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-07-26 13:59:14 +0000
commit9c9f353be9b1621c815e346e4ff3fde31c9f8fef (patch)
tree5680b4c6ea2cbcb1edbbbb69e68f83e334ade9d7 /sysutils/lsof/files
parent93f811eaf64e2ee2db851d4d17506971ffee9ef6 (diff)
downloadports-9c9f353be9b1621c815e346e4ff3fde31c9f8fef.tar.gz
ports-9c9f353be9b1621c815e346e4ff3fde31c9f8fef.zip
Notes
Diffstat (limited to 'sysutils/lsof/files')
-rw-r--r--sysutils/lsof/files/patch-dialects-freebsd-dlsof.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
index 8bf6ea00adeb..f7bb13fdc057 100644
--- a/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
+++ b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
@@ -1,4 +1,4 @@
---- dialects/freebsd/dlsof.h.orig 2019-05-22 14:37:20 UTC
+--- dialects/freebsd/dlsof.h.orig 2019-05-08 07:32:25 UTC
+++ dialects/freebsd/dlsof.h
@@ -45,6 +45,12 @@
#include <signal.h>
@@ -13,3 +13,16 @@
# if FREEBSDV>=4000
# if FREEBSDV>=5000
# if FREEBSDV<6020
+@@ -104,6 +110,12 @@ typedef struct device *device_t;
+
+
+ #include <sys/conf.h>
++
++/*
++ * include <stdbool.h> for refcount(9)
++ */
++#include <stdbool.h>
++
+
+ # if defined(HAS_VM_MEMATTR_T)
+ #undef vm_memattr_t