summaryrefslogtreecommitdiffstats
path: root/extra/xfe/gcc4.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfe/gcc4.5.patch')
-rw-r--r--extra/xfe/gcc4.5.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xfe/gcc4.5.patch b/extra/xfe/gcc4.5.patch
new file mode 100644
index 000000000..6e26c7110
--- /dev/null
+++ b/extra/xfe/gcc4.5.patch
@@ -0,0 +1,20 @@
+--- src/xfeutils.cpporig 2010-04-29 20:31:23.000000000 +0200
++++ src/xfeutils.cpp 2010-04-29 20:32:44.000000000 +0200
+@@ -512,7 +512,7 @@
+
+
+ // Replacement of the stat function
+-inline FXint statrep(const FXchar* filename, struct stat* buf)
++FXint statrep(const FXchar* filename, struct stat* buf)
+ {
+ #if defined(linux)
+
+@@ -546,7 +546,7 @@
+
+
+ // Replacement of the lstat function
+-inline FXint lstatrep(const FXchar* filename, struct stat* buf)
++FXint lstatrep(const FXchar* filename, struct stat* buf)
+ {
+ #if defined(linux)
+