Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi/files: open-iscsi-2.0.871.3-glibc212.patch
Date: Tue, 24 Aug 2010 13:48:05
Message-Id: 20100824134801.7E8E220051@flycatcher.gentoo.org
1 ssuominen 10/08/24 13:48:01
2
3 Added: open-iscsi-2.0.871.3-glibc212.patch
4 Log:
5 Fix building with recent glibc wrt #334077 by "fkhp".
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-block/open-iscsi/files/open-iscsi-2.0.871.3-glibc212.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/open-iscsi-2.0.871.3-glibc212.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/open-iscsi-2.0.871.3-glibc212.patch?rev=1.1&content-type=text/plain
13
14 Index: open-iscsi-2.0.871.3-glibc212.patch
15 ===================================================================
16 http://bugs.gentoo.org/334077
17
18 --- usr/iscsid.c
19 +++ usr/iscsid.c
20 @@ -29,6 +29,7 @@
21 #include <signal.h>
22 #include <sys/mman.h>
23 #include <sys/utsname.h>
24 +#include <sys/stat.h>
25
26 #include "iscsid.h"
27 #include "mgmt_ipc.h"
28 --- usr/iscsi_sysfs.c
29 +++ usr/iscsi_sysfs.c
30 @@ -22,6 +22,7 @@
31 #include <string.h>
32 #include <errno.h>
33 #include <dirent.h>
34 +#include <sys/stat.h>
35
36 #include "log.h"
37 #include "initiator.h"