summaryrefslogtreecommitdiff
path: root/sysutils/lsof/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/lsof/patches/patch-ab')
-rw-r--r--sysutils/lsof/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
new file mode 100644
index 00000000000..1bbd67fcbf8
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ab
@@ -0,0 +1,15 @@
+--- Configure.orig Tue Sep 11 14:22:21 2001
++++ Configure Sun Oct 7 17:02:48 2001
+@@ -1881,6 +1881,12 @@
+ if test $? -eq 0 # {
+ then
+ NETBSD_UVM="Y"
++ else
++ grep -q "v_uobj;" ${LSOF_INCLUDE}/sys/vnode.h
++ if test $? -eq 0 # {
++ then
++ NETBSD_UVM="Y"
++ fi # }
+ fi # }
+ fi # }
+ fi # }