Gentoo Archives: gentoo-commits

From: "Joshua Kinard (kumba)" <kumba@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/lsof/files: lsof-4.81-proc_c.patch
Date: Sun, 02 Nov 2008 17:39:45
Message-Id: E1KwgvP-0007Wi-AX@stork.gentoo.org
1 kumba 08/11/02 17:39:43
2
3 Added: lsof-4.81-proc_c.patch
4 Log:
5 Bump lsof-4.81 to -r1 and include a patch to address Bug #244660.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4-mipsgit-20081028 mips64)
7
8 Revision Changes Path
9 1.1 sys-process/lsof/files/lsof-4.81-proc_c.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/lsof/files/lsof-4.81-proc_c.patch?rev=1.1&content-type=text/plain
13
14 Index: lsof-4.81-proc_c.patch
15 ===================================================================
16 *** /tmp/T0fSaqTh Sun Nov 2 07:48:14 2008
17 --- proc.c Sun Nov 2 07:44:24 2008
18 ***************
19 *** 841,847 ****
20 {
21 if (Lf->sf & SELEXCLF)
22 return;
23 ! if (((Selflags & SELNET) == SELNET) && !(Lf->sf & SELNET))
24 return;
25 Lp->pss |= PS_SEC;
26 if (Plf)
27 --- 841,847 ----
28 {
29 if (Lf->sf & SELEXCLF)
30 return;
31 ! if ((Selflags == SELNET) && !(Lf->sf & SELNET))
32 return;
33 Lp->pss |= PS_SEC;
34 if (Plf)