summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/lsof/files/patch-dialects-freebsd-dlsof.h')
-rw-r--r--sysutils/lsof/files/patch-dialects-freebsd-dlsof.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
new file mode 100644
index 000000000000..fb79749196fa
--- /dev/null
+++ b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
@@ -0,0 +1,21 @@
+Index: sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
+===================================================================
+--- /dev/null
++++ sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
+@@ -0,0 +1,16 @@
++--- dialects/freebsd/dlsof.h.orig 2019-05-08 07:32:25 UTC
+++++ dialects/freebsd/dlsof.h
++@@ -45,6 +45,13 @@
++ #include <signal.h>
++ #include <unistd.h>
++
+++#if FREEBSDV>=13000
+++/* This header is a huge mess. Please don't support EOL FreeBSD releases. */
+++#define _KERNEL 1
+++#include <sys/_lock.h>
+++#undef _KERNEL
+++#endif /* FREEBSDV>=13000 */
+++
++ # if FREEBSDV>=4000
++ # if FREEBSDV>=5000
++ # if FREEBSDV<6020