rpms/strigi/devel strigi-gcc43.patch,1.4,1.5

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Fri Jan 11 14:12:37 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/strigi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6289

Modified Files:
	strigi-gcc43.patch 
Log Message:
Yet more missing headers


strigi-gcc43.patch:

Index: strigi-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/strigi-gcc43.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- strigi-gcc43.patch	11 Jan 2008 13:23:17 -0000	1.4
+++ strigi-gcc43.patch	11 Jan 2008 14:12:17 -0000	1.5
@@ -1,10 +1,10 @@
 --- src/daemon/eventlistener/inotifylistener.cpp	2007-10-26 08:25:43.000000000 -0400
-+++ src/daemon/eventlistener/inotifylistener.cpp.new	2008-01-11 07:07:59.000000000 -0500
++++ src/daemon/eventlistener/inotifylistener.cpp.new	2008-01-11 07:52:20.000000000 -0500
 @@ -28,6 +28,8 @@
  #include "../strigilogging.h"
  
  #include <cerrno>
-+#include <cstring>
++#include <string.h>
 +#include <algorithm>
  #include <sys/resource.h>
  #include <sys/select.h>
@@ -15,7 +15,7 @@
  #include "config.h"
  
  #include <iostream>
-+#include <cstdlib>
++#include <stdlib.h>
  using namespace std;
  
  int main() {
@@ -29,3 +29,23 @@
  
  using namespace std;
  
+--- tests/streamanalyzer/xesam/xesam2strigitest.cpp	2007-10-26 08:25:47.000000000 -0400
++++ tests/streamanalyzer/xesam/xesam2strigitest.cpp.new	2008-01-11 08:46:22.000000000 -0500
+@@ -24,6 +24,7 @@
+ #include <errno.h>
+ #include <fstream>
+ #include <stdlib.h>
++#include <string.h>
+ #include <unistd.h>
+ 
+ using namespace std;
+--- tests/indextesters/indextest.cpp	2007-10-26 08:25:47.000000000 -0400
++++ tests/indextesters/indextest.cpp.new	2008-01-11 08:53:19.000000000 -0500
+@@ -20,6 +20,7 @@
+ #include "indextest.h"
+ #include "indexmanager.h"
+ #include "indexpluginloader.h"
++#include <stdlib.h>
+ 
+ using namespace std;
+ using namespace Strigi;




More information about the fedora-extras-commits mailing list