aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-23 08:30:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-23 08:30:59 +0000
commit76e3534f845b51f72dea9db735661728cab605f3 (patch)
treec4278e735d4aefa4877755d8f4f2112e61476374 /sysutils/lsof
parentdb5d44c8640429aa0bf6bb5451e8f91bcaf14eaa (diff)
downloadports-76e3534f845b51f72dea9db735661728cab605f3.tar.gz
ports-76e3534f845b51f72dea9db735661728cab605f3.zip
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/files/patch-proc.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/lsof/files/patch-proc.c b/sysutils/lsof/files/patch-proc.c
deleted file mode 100644
index 998a446f6c5c..000000000000
--- a/sysutils/lsof/files/patch-proc.c
+++ /dev/null
@@ -1,19 +0,0 @@
-*** /tmp/T0fSaqTh Sun Nov 2 07:48:14 2008
---- proc.c Sun Nov 2 07:44:24 2008
-***************
-*** 841,847 ****
- {
- if (Lf->sf & SELEXCLF)
- return;
-! if (((Selflags & SELNET) == SELNET) && !(Lf->sf & SELNET))
- return;
- Lp->pss |= PS_SEC;
- if (Plf)
---- 841,847 ----
- {
- if (Lf->sf & SELEXCLF)
- return;
-! if ((Selflags == SELNET) && !(Lf->sf & SELNET))
- return;
- Lp->pss |= PS_SEC;
- if (Plf)