summaryrefslogtreecommitdiff
path: root/sysutils/lsof/patches
diff options
context:
space:
mode:
authorbad <bad>1999-05-05 17:40:36 +0000
committerbad <bad>1999-05-05 17:40:36 +0000
commit045eee6a9db1ac0960dfc0bb0f201267fcf52ad6 (patch)
tree073afe3664c82f0eebc99b5b9ed5e2b84444aab0 /sysutils/lsof/patches
parent12d27ed29c3fbbaf3230748996bcde1b01cb6a35 (diff)
downloadpkgsrc-045eee6a9db1ac0960dfc0bb0f201267fcf52ad6.tar.gz
Update lsof to 4.42_W.
Relevant changes in this version: improved file system search name reporting; updates Solaris 2.6 VxFS support; support for the latest NetBSD with default UVM support.
Diffstat (limited to 'sysutils/lsof/patches')
-rw-r--r--sysutils/lsof/patches/patch-ab18
-rw-r--r--sysutils/lsof/patches/patch-ac17
2 files changed, 21 insertions, 14 deletions
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab
index 50b847d995e..fc40c262097 100644
--- a/sysutils/lsof/patches/patch-ab
+++ b/sysutils/lsof/patches/patch-ab
@@ -1,18 +1,8 @@
-$NetBSD: patch-ab,v 1.6 1999/03/28 17:29:53 christos Exp $
+$NetBSD: patch-ab,v 1.7 1999/05/05 17:40:37 bad Exp $
---- dialects/n+obsd/dlsof.h.orig Sat Feb 27 15:10:54 1999
-+++ dialects/n+obsd/dlsof.h Sun Mar 28 12:17:22 1999
-@@ -141,9 +141,6 @@
- #include <nfs/nfsnode.h>
- #include <sys/proc.h>
- #include <kvm.h>
--#undef TRUE
--#undef FALSE
--#include <sys/sysctl.h>
- #define P_ADDR kp_eproc.e_paddr
- #define P_COMM kp_proc.p_comm
- #define P_FD kp_proc.p_fd
-@@ -178,16 +175,28 @@
+--- dialects/n+obsd/dlsof.h.orig Mon Mar 29 14:15:29 1999
++++ dialects/n+obsd/dlsof.h Wed May 5 19:20:17 1999
+@@ -176,16 +176,28 @@
#undef KERNEL
#undef _KERNEL
diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac
new file mode 100644
index 00000000000..413c7883c8b
--- /dev/null
+++ b/sysutils/lsof/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 1999/05/05 17:40:38 bad Exp $
+
+--- dialects/n+obsd/dproc.c.orig Tue Nov 24 02:11:24 1998
++++ dialects/n+obsd/dproc.c Wed May 5 19:29:31 1999
+@@ -394,11 +394,11 @@
+ int i, j;
+ KA_T ka;
+ int n = 0;
+- struct pager_struct pg;
+ struct vm_map_entry vmme, *e;
+ struct vmspace vmsp;
+
+ #if !defined(UVM)
++ struct pager_struct pg;
+ struct vm_object vmo;
+ #endif /* !defined(UVM) */
+