summaryrefslogtreecommitdiffstats
path: root/system/xfe/patch
diff options
context:
space:
mode:
author Robby Workman2010-05-13 00:42:33 +0200
committer Michiel van Wessem2010-05-13 00:42:33 +0200
commitb0e93eb8668a9e19d48040dc411439a93a988527 (patch)
tree5b1917f82ebbd17afb733fe7f1aaf002b0626a85 /system/xfe/patch
parenteab6556b6062711aa88a2942afd4a7e71ca60dc3 (diff)
downloadslackbuilds-b0e93eb8668a9e19d48040dc411439a93a988527.tar.gz
system/xfe: Updated for version 1.32.1
Diffstat (limited to 'system/xfe/patch')
-rw-r--r--system/xfe/patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/xfe/patch b/system/xfe/patch
new file mode 100644
index 0000000000..835f3873a6
--- /dev/null
+++ b/system/xfe/patch
@@ -0,0 +1,21 @@
+diff -pruN 1.32.1-2/src/xfeutils.cpp 1.32.1-2ubuntu1/src/xfeutils.cpp
+--- 1.32.1-2/src/xfeutils.cpp 2009-11-09 16:17:17.000000000 +0000
++++ 1.32.1-2ubuntu1/src/xfeutils.cpp 2010-01-26 21:33:35.000000000 +0000
+@@ -512,7 +512,7 @@ FXbool isUtf8(const FXchar* string, FXui
+
+
+ // 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 @@ inline FXint statrep(const FXchar* filen
+
+
+ // 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)
+