rpms/vdccm/devel vdccm-gcc43.patch,1.1,1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Feb 22 14:47:55 UTC 2008


Author: awjb

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

Modified Files:
	vdccm-gcc43.patch 
Log Message:
- enhance patch


vdccm-gcc43.patch:

Index: vdccm-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/vdccm/devel/vdccm-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdccm-gcc43.patch	22 Feb 2008 14:33:53 -0000	1.1
+++ vdccm-gcc43.patch	22 Feb 2008 14:47:50 -0000	1.2
@@ -9,3 +9,43 @@
  
  using namespace std;
  
+--- localconnectedsocket.cpp.orig	2008-02-22 15:44:58.000000000 +0100
++++ localconnectedsocket.cpp	2008-02-22 15:45:50.000000000 +0100
+@@ -22,6 +22,7 @@
+  ***************************************************************************/
+ #include "localconnectedsocket.h"
+ #include <netdb.h>
++#include <string.h>
+ 
+ using namespace std;
+ 
+--- tcpclientsocket.cpp.orig	2008-02-22 15:45:13.000000000 +0100
++++ tcpclientsocket.cpp	2008-02-22 15:45:58.000000000 +0100
+@@ -22,6 +22,7 @@
+  ***************************************************************************/
+ #include "tcpclientsocket.h"
+ #include <netdb.h>
++#include <string.h>
+ 
+ using namespace std;
+ 
+--- tcpconnectedsocket.cpp.orig	2008-02-22 15:44:19.000000000 +0100
++++ tcpconnectedsocket.cpp	2008-02-22 15:44:34.000000000 +0100
+@@ -23,6 +23,7 @@
+ #include "tcpconnectedsocket.h"
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#include <string.h>
+ 
+ // Ugly hack - the header <linux/in.h> could not be included
+ // due to conflicts with other systemheader
+--- udpsocket.cpp.orig	2008-02-22 15:45:24.000000000 +0100
++++ udpsocket.cpp	2008-02-22 15:46:04.000000000 +0100
+@@ -11,6 +11,7 @@
+ //
+ #include "udpsocket.h"
+ #include <netdb.h>
++#include <string.h>
+ 
+ using namespace std;
+ 




More information about the fedora-extras-commits mailing list