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

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 22 15:29:12 UTC 2008


Author: awjb

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

Modified Files:
	vdccm-gcc43.patch 
Log Message:
- more fixes


vdccm-gcc43.patch:

Index: vdccm-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/vdccm/devel/vdccm-gcc43.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdccm-gcc43.patch	22 Feb 2008 15:15:28 -0000	1.4
+++ vdccm-gcc43.patch	22 Feb 2008 15:28:22 -0000	1.5
@@ -60,3 +60,34 @@
  /**
  	@author Volker Christian <voc at users.sourceforge.net>
  */
+--- src/rapiclient.cpp.orig	2008-02-22 16:23:05.000000000 +0100
++++ src/rapiclient.cpp	2008-02-22 16:23:21.000000000 +0100
+@@ -19,6 +19,7 @@
+ #include <iomanip>
+ #include <errno.h>
+ #include <synce.h>
++#include <string.h>
+ 
+ 
+ using namespace std;
+--- src/rapiconnection.cpp.orig	2008-02-22 16:25:36.000000000 +0100
++++ src/rapiconnection.cpp	2008-02-22 16:26:00.000000000 +0100
+@@ -22,6 +22,7 @@
+ #include "synce_log.h"
+ #include <algorithm>
+ #include <multiplexer.h>
++#include <string.h>
+ 
+ using namespace std;
+ 
+--- src/rapiproxyconnection.cpp.orig	2008-02-22 16:27:02.000000000 +0100
++++ src/rapiproxyconnection.cpp	2008-02-22 16:27:18.000000000 +0100
+@@ -19,6 +19,8 @@
+ 
+ #include <iostream>
+ 
++#include <string.h>
++
+ RapiProxyConnection::RapiProxyConnection(RapiConnection *rapiConnection, RapiProxy *rapiProxy,
+                                          RapiProvisioningClient *rapiProvisioningClient)
+     : rapiConnection(rapiConnection),




More information about the fedora-extras-commits mailing list