summaryrefslogtreecommitdiff
path: root/sysutils/lsof/files
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-09-10 23:27:11 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-09-10 23:27:11 +0000
commitecfff1aeb8b43f3d9a17b29f88d7b9cd8992a019 (patch)
tree5ea39f0e8025ab162f7ee318defb502e7b602250 /sysutils/lsof/files
parent- Update to 0.99.14.2 (diff)
sysutils/lsof: upgrade to 4.90P, which fixes the test suite for 64-bit dev_t, and
the bzero fix.
Notes
Notes: svn path=/head/; revision=449597
Diffstat (limited to 'sysutils/lsof/files')
-rw-r--r--sysutils/lsof/files/patch-dialects_freebsd_dlsof.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h b/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h
deleted file mode 100644
index 3f8973aa00fb..000000000000
--- a/sysutils/lsof/files/patch-dialects_freebsd_dlsof.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- dialects/freebsd/dlsof.h.orig 2017-09-10 14:02:39 UTC
-+++ dialects/freebsd/dlsof.h
-@@ -486,6 +486,13 @@ struct vop_advlock_args { int dummy; }; /* to pacify l
- # endif /* FREEBSDV<5000 */
- # endif /* FREEBSDV>=2020 */
-
-+/*
-+ * Inclusion of kernel headers with _KERNEL specified causes a conflict with
-+ * userspace. bzero is a macro, but is redefined to be a function in string.h
-+ * Work around by just undefing.
-+ */
-+#undef bzero
-+
- #include <string.h>
-
-