- Remove unneeded patch

This commit is contained in:
Martin Wilke 2008-11-23 08:30:59 +00:00
parent db5d44c864
commit 76e3534f84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223232

View file

@ -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)