Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/readahead-list/files: readahead-list-1.20060421.1016-gcc-4.3.patch
Date: Fri, 26 Sep 2008 14:57:36
Message-Id: E1KjEkL-0002Jn-OT@stork.gentoo.org
1 loki_val 08/09/26 14:56:41
2
3 Added: readahead-list-1.20060421.1016-gcc-4.3.patch
4 Log:
5 Fix bug #228167. Thanks Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@×××××.com>
6 (Portage version: 2.2_rc10/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/readahead-list/files/readahead-list-1.20060421.1016-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: readahead-list-1.20060421.1016-gcc-4.3.patch
15 ===================================================================
16 --- src/filelist-order.cxx
17 +++ src/filelist-order.cxx
18 @@ -19,6 +19,7 @@
19 #include <iostream>
20 #include <fstream>
21 #include <vector>
22 +#include <cstdlib>
23
24 #include <assert.h>
25 #include <string.h>