http://bugs.gentoo.org/show_bug.cgi?id=305093 --- src/xfeutils.cpp +++ src/xfeutils.cpp @@ -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)