aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Notes
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h')
-rw-r--r--net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h b/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
deleted file mode 100644
index 21e18d881ebc..000000000000
--- a/net/xmlrpc-c-devel/files/patch-src-XmlRpcCpp.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/XmlRpcCpp.h.orig Thu Nov 14 09:17:52 2002
-+++ src/XmlRpcCpp.h Thu Nov 14 09:18:17 2002
-@@ -45,8 +45,8 @@
- // work with our version of g++). So this header name is technically wrong.
- // Tell me what your compiler does; I can provide some autoconf magic to the
- // Right Thing on most platforms.
-+using namespace std;
- #include <string>
--// using namespace std;
-
- #include <xmlrpc.h>
- #include <xmlrpc_client.h>