diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 20:39:32 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-29 20:39:32 +0200 |
commit | 155c2fb2d45f0dd1f59905007d59e3ea1c2e6431 (patch) | |
tree | fffeecc569ccc3c6b7a69acc4279f7c9b428923c /extra/xfe/gcc4.5.patch | |
parent | b05f3625cb92b7dcce82c98c48e40f801e76f497 (diff) | |
download | nutyx-pakxe-155c2fb2d45f0dd1f59905007d59e3ea1c2e6431.tar.gz nutyx-pakxe-155c2fb2d45f0dd1f59905007d59e3ea1c2e6431.tar.bz2 nutyx-pakxe-155c2fb2d45f0dd1f59905007d59e3ea1c2e6431.tar.xz nutyx-pakxe-155c2fb2d45f0dd1f59905007d59e3ea1c2e6431.zip |
xfe, ajout patch
Diffstat (limited to 'extra/xfe/gcc4.5.patch')
-rw-r--r-- | extra/xfe/gcc4.5.patch | 20 |
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) + |