aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/xfce4-fm/files/patch-libs-tubo.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/xfce4-fm/files/patch-libs-tubo.c')
-rw-r--r--x11-fm/xfce4-fm/files/patch-libs-tubo.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-fm/xfce4-fm/files/patch-libs-tubo.c b/x11-fm/xfce4-fm/files/patch-libs-tubo.c
deleted file mode 100644
index 07daa7eb8a7e..000000000000
--- a/x11-fm/xfce4-fm/files/patch-libs-tubo.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- libs/tubo.c.orig Sat Oct 8 11:33:42 2005
-+++ libs/tubo.c Sat Oct 8 11:34:37 2005
-@@ -296,9 +296,12 @@
- printf("tubowait...\n");
- #endif
- #ifdef __FreeBSD__
-+#include <osreldate.h>
-+#if __FreeBSD_version < 503000
- /* This apparently does the bug workaround for wait failure
- * on FreeBSD 5.1: */
- if (kill(PID,SIGCONT) == 0) return TRUE;
-+#endif
- #endif
- #ifdef HYPER_DEBUG
- printf("tubowait...dead...\n");