~neon/project-neon/strigi-ubuntu

« back to all changes in this revision

Viewing changes to patches/upstream_gcc47-fix-unistd.h-header-required-unconditionally-f.patch

  • Committer: Philip Muskovac
  • Date: 2012-06-04 03:07:26 UTC
  • Revision ID: yofel@gmx.net-20120604030726-drpn1kn3fwa52121
update to 0.7.7 and sync with archive

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From a8e97f672325557b3fbc84b987299350ec5ac10b Mon Sep 17 00:00:00 2001
 
2
From: Rex Dieter <rdieter@fedoraproject.org>
 
3
Date: Mon, 9 Jan 2012 11:13:25 -0600
 
4
Subject: [PATCH] gcc47 fix, unistd.h header required unconditionally for
 
5
 'sleep'
 
6
 
 
7
---
 
8
 bin/daemon/eventlistener/eventlistenerqueue.cpp |    2 --
 
9
 1 file changed, 2 deletions(-)
 
10
 
 
11
diff --git a/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp b/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp
 
12
index 9fcdcb1..1e97599 100644
 
13
--- a/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp
 
14
+++ b/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp
 
15
@@ -27,9 +27,7 @@
 
16
 #include <iostream>
 
17
 #include <stdio.h>
 
18
 
 
19
-#if defined(__SUNPRO_CC)
 
20
 #include <unistd.h>
 
21
-#endif
 
22
 
 
23
 using namespace std;
 
24
 
 
25
-- 
 
26
1.7.10
 
27