aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lsof
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-11-23 16:30:59 +0800
committermiwi <miwi@FreeBSD.org>2008-11-23 16:30:59 +0800
commitb512ccc9aab74e991e1f6311c280f6332854bef9 (patch)
tree009b39bb2b3e02ffb02409c4c54959d3ff4bf4c9 /sysutils/lsof
parent1151739db985cefd0e55d3aa90bc99c59378469b (diff)
downloadfreebsd-ports-gnome-b512ccc9aab74e991e1f6311c280f6332854bef9.tar.gz
freebsd-ports-gnome-b512ccc9aab74e991e1f6311c280f6332854bef9.tar.zst
freebsd-ports-gnome-b512ccc9aab74e991e1f6311c280f6332854bef9.zip
- Remove unneeded patch
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)