mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Remove unneeded patch
This commit is contained in:
parent
db5d44c864
commit
76e3534f84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223232
1 changed files with 0 additions and 19 deletions
|
@ -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)
|
Loading…
Add table
Reference in a new issue