Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-1.4.9.1-helix+gcc-4.3.patch
Date: Tue, 27 May 2008 02:55:32
Message-Id: E1K0pLV-0007T4-Cq@stork.gentoo.org
1 ingmar 08/05/27 02:55:29
2
3 Modified: amarok-1.4.9.1-helix+gcc-4.3.patch
4 Log:
5 Fix a typo in amarok-1.4.9.1-helix+gcc-4.3.patch, as noted by Rick Harris in bug 223287.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.3 media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch?r1=1.2&r2=1.3
14
15 Index: amarok-1.4.9.1-helix+gcc-4.3.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/files/amarok-1.4.9.1-helix+gcc-4.3.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- amarok-1.4.9.1-helix+gcc-4.3.patch 20 May 2008 18:28:52 -0000 1.2
22 +++ amarok-1.4.9.1-helix+gcc-4.3.patch 27 May 2008 02:55:28 -0000 1.3
23 @@ -7,7 +7,7 @@
24 #include <unistd.h>
25 #include <iostream>
26 +#include <cstring>
27 -+#include <cstlib>
28 ++#include <cstdlib>
29 #include <sys/mman.h>
30
31 using namespace std;
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list