diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 19:26:57 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 19:26:57 +0200 |
commit | 4dcc2a0837b442ec6c6d099651e57c5353252222 (patch) | |
tree | 35d7072c8761bba3a2fe98a937f4353b87522c11 /extra/xfe/gcc4.5.patch | |
parent | 68b2a95000f8962b5be26955bbf08634061ffa7c (diff) | |
download | nutyx-extra-4dcc2a0837b442ec6c6d099651e57c5353252222.tar.gz nutyx-extra-4dcc2a0837b442ec6c6d099651e57c5353252222.tar.bz2 nutyx-extra-4dcc2a0837b442ec6c6d099651e57c5353252222.tar.xz nutyx-extra-4dcc2a0837b442ec6c6d099651e57c5353252222.zip |
xfe, maj 1.32.2-1
Diffstat (limited to 'extra/xfe/gcc4.5.patch')
-rw-r--r-- | extra/xfe/gcc4.5.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/xfe/gcc4.5.patch b/extra/xfe/gcc4.5.patch deleted file mode 100644 index 6e26c7110..000000000 --- a/extra/xfe/gcc4.5.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) - |