summaryrefslogtreecommitdiffstats
path: root/system/xfe/FXint-no_inline.diff
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2010-05-23 00:40:14 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-23 23:21:43 -0500
commit4d896df4cb05a24a1858f8f7a27c8db292be4609 (patch)
tree42dacc582decde3e8fb7e1b3fa2915d539562371 /system/xfe/FXint-no_inline.diff
parent9141ce8376408dc9b519023e4076bf367c3533cd (diff)
downloadslackbuilds-4d896df4cb05a24a1858f8f7a27c8db292be4609.tar.gz
slackbuilds-4d896df4cb05a24a1858f8f7a27c8db292be4609.tar.xz
system/xfe: Miscellaneous cleanups
Diffstat (limited to 'system/xfe/FXint-no_inline.diff')
-rw-r--r--system/xfe/FXint-no_inline.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/xfe/FXint-no_inline.diff b/system/xfe/FXint-no_inline.diff
new file mode 100644
index 0000000000..a5c8b02cda
--- /dev/null
+++ b/system/xfe/FXint-no_inline.diff
@@ -0,0 +1,20 @@
+--- xfe-1.32.1_orig/src/xfeutils.cpp 2009-11-09 14:17:17.000000000 -0200
++++ xfe-1.32.1/src/xfeutils.cpp 2010-02-17 00:39:22.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)
+