summaryrefslogtreecommitdiff
path: root/staging/strigi/gcc47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'staging/strigi/gcc47.patch')
-rw-r--r--staging/strigi/gcc47.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/staging/strigi/gcc47.patch b/staging/strigi/gcc47.patch
deleted file mode 100644
index d99582563..000000000
--- a/staging/strigi/gcc47.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Rex Dieter <rdieter@fedoraproject.org>
-Date: Mon, 09 Jan 2012 17:13:25 +0000
-Subject: gcc47 fix, unistd.h header required unconditionally for 'sleep'
-X-Git-Url: http://quickgit.kde.org/?p=strigidaemon.git&amp;a=commitdiff&amp;h=a8e97f672325557b3fbc84b987299350ec5ac10b
----
-gcc47 fix, unistd.h header required unconditionally for 'sleep'
----
-
-
---- a/bin/daemon/eventlistener/eventlistenerqueue.cpp
-+++ b/bin/daemon/eventlistener/eventlistenerqueue.cpp
-@@ -27,9 +27,7 @@
- #include <iostream>
- #include <stdio.h>
-
--#if defined(__SUNPRO_CC)
- #include <unistd.h>
--#endif
-
- using namespace std;
-
-