diff options
Diffstat (limited to 'x11-fm/jaffm/files/patch-filehandler.cpp')
-rw-r--r-- | x11-fm/jaffm/files/patch-filehandler.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fm/jaffm/files/patch-filehandler.cpp b/x11-fm/jaffm/files/patch-filehandler.cpp deleted file mode 100644 index fdb581e5f0ae..000000000000 --- a/x11-fm/jaffm/files/patch-filehandler.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- filehandler.cpp.orig Sat Sep 17 17:28:48 2005 -+++ filehandler.cpp Sun May 21 20:00:02 2006 -@@ -1,5 +1,11 @@ - #include "filehandler.h" -+#include <stdio.h> -+#include <unistd.h> - #include <sys/stat.h> -+ -+#ifndef X_OK -+#define X_OK 0x01 -+#endif - - bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination) - { |