Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfe/files: xfe-1.32.1-inline.patch
Date: Wed, 17 Feb 2010 15:27:10
Message-Id: E1Nhlnu-00012t-Gj@stork.gentoo.org
1 ssuominen 10/02/17 15:27:06
2
3 Added: xfe-1.32.1-inline.patch
4 Log:
5 Fix building wrt #305093 by Tom Gillespie.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-misc/xfe/files/xfe-1.32.1-inline.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/files/xfe-1.32.1-inline.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xfe/files/xfe-1.32.1-inline.patch?rev=1.1&content-type=text/plain
13
14 Index: xfe-1.32.1-inline.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=305093
17
18 --- src/xfeutils.cpp
19 +++ src/xfeutils.cpp
20 @@ -512,7 +512,7 @@
21
22
23 // Replacement of the stat function
24 -inline FXint statrep(const FXchar* filename, struct stat* buf)
25 +FXint statrep(const FXchar* filename, struct stat* buf)
26 {
27 #if defined(linux)
28
29 @@ -546,7 +546,7 @@
30
31
32 // Replacement of the lstat function
33 -inline FXint lstatrep(const FXchar* filename, struct stat* buf)
34 +FXint lstatrep(const FXchar* filename, struct stat* buf)
35 {
36 #if defined(linux)