Gentoo Archives: gentoo-portage-dev

From: Pablo De Napoli <pdenapo@×××××.com>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] a suggested bug-fix to portage
Date: Sun, 29 Feb 2004 15:58:36
Message-Id: 20040229155833.53389.qmail@web41510.mail.yahoo.com
1 In bug #35836,
2
3 http://bugs.gentoo.org/show_bug.cgi?id=35836
4
5 the following fix was proposed by Caleb Tennis
6 (comment #21)
7
8 libsandbox.c, line 477:
9
10 - lstat(canonic, &st);
11 - if (0 == errno) {
12 + if ((0 == lstat(canonic, &st))) {
13
14 Please check this!
15
16 Best regards,
17 Pablo De Napoli
18
19
20
21
22 __________________________________
23 Do you Yahoo!?
24 Get better spam protection with Yahoo! Mail.
25 http://antispam.yahoo.com/tools
26
27 --
28 gentoo-portage-dev@g.o mailing list