rpms/xmlrpc-c/devel gcc43.patch,1.2,1.3

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Tue Feb 26 22:15:24 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/xmlrpc-c/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19653

Modified Files:
	gcc43.patch 
Log Message:
further fixes

gcc43.patch:

Index: gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcc43.patch	26 Feb 2008 22:06:58 -0000	1.2
+++ gcc43.patch	26 Feb 2008 22:15:19 -0000	1.3
@@ -1,14 +1,27 @@
-From f40f0ff70302a90c7a41aecfafd67d2652fd2177 Mon Sep 17 00:00:00 2001
+From 9f1b75c40a43b197bfd85f92f72d977c4567bfc6 Mon Sep 17 00:00:00 2001
 From: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 Date: Tue, 26 Feb 2008 22:45:15 +0100
 Subject: [PATCH] gcc43
 
 ---
+ examples/cpp/asynch_client.cpp              |    1 +
  examples/cpp/pstream_client.cpp             |    1 +
  src/cpp/packetsocket.cpp                    |    1 +
  tools/xmlrpc_cpp_proxy/xmlrpc_cpp_proxy.cpp |    1 +
- 3 files changed, 3 insertions(+), 0 deletions(-)
+ 4 files changed, 4 insertions(+), 0 deletions(-)
 
+diff --git a/examples/cpp/asynch_client.cpp b/examples/cpp/asynch_client.cpp
+index c5060d3..52dc3d1 100644
+--- a/examples/cpp/asynch_client.cpp
++++ b/examples/cpp/asynch_client.cpp
+@@ -9,6 +9,7 @@
+ =============================================================================*/
+ 
+ #include <cassert>
++#include <cstdlib>
+ #include <string>
+ #include <iostream>
+ #include <xmlrpc-c/girerr.hpp>
 diff --git a/examples/cpp/pstream_client.cpp b/examples/cpp/pstream_client.cpp
 index ec1a808..43e5700 100644
 --- a/examples/cpp/pstream_client.cpp




More information about the fedora-extras-commits mailing list