diff options
Diffstat (limited to 'x11-fm/xfe/files/patch-src_xfeutils.cpp')
-rw-r--r-- | x11-fm/xfe/files/patch-src_xfeutils.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-fm/xfe/files/patch-src_xfeutils.cpp b/x11-fm/xfe/files/patch-src_xfeutils.cpp deleted file mode 100644 index b75fbb8d494f..000000000000 --- a/x11-fm/xfe/files/patch-src_xfeutils.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/xfeutils.cpp.orig 2010-08-24 07:44:57.000000000 +0000 -+++ src/xfeutils.cpp 2010-08-24 07:45:25.000000000 +0000 -@@ -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) - |