aboutsummaryrefslogtreecommitdiffstats
path: root/testing/namecoin/system-strlcpy.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-20 11:36:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-20 11:53:26 +0000
commit04fddcbb63487ad6ef1cfc7c60df3057e6a7cc4c (patch)
treeae48058d33eca3c78c8cd9fe3c636dff7364ea3a /testing/namecoin/system-strlcpy.patch
parentc9aa9abcee531bc089323ae102acf6e5be15e217 (diff)
downloadaports-04fddcbb63487ad6ef1cfc7c60df3057e6a7cc4c.tar.bz2
aports-04fddcbb63487ad6ef1cfc7c60df3057e6a7cc4c.tar.xz
testing/namecoin: upgrade to 0.3.80
Diffstat (limited to 'testing/namecoin/system-strlcpy.patch')
-rw-r--r--testing/namecoin/system-strlcpy.patch60
1 files changed, 60 insertions, 0 deletions
diff --git a/testing/namecoin/system-strlcpy.patch b/testing/namecoin/system-strlcpy.patch
new file mode 100644
index 0000000000..f7bb2717df
--- /dev/null
+++ b/testing/namecoin/system-strlcpy.patch
@@ -0,0 +1,60 @@
+diff --git a/src/init.cpp b/src/init.cpp
+index bc7e714..295e20f 100644
+--- a/src/init.cpp
++++ b/src/init.cpp
+@@ -6,7 +6,6 @@
+ #include "bitcoinrpc.h"
+ #include "net.h"
+ #include "init.h"
+-#include "strlcpy.h"
+ #include <boost/filesystem.hpp>
+ #include <boost/filesystem/fstream.hpp>
+ #include <boost/interprocess/sync/file_lock.hpp>
+diff --git a/src/irc.cpp b/src/irc.cpp
+index fea0aa2..fd5d8c4 100644
+--- a/src/irc.cpp
++++ b/src/irc.cpp
+@@ -5,7 +5,6 @@
+ #include "headers.h"
+ #include "irc.h"
+ #include "net.h"
+-#include "strlcpy.h"
+
+ using namespace std;
+ using namespace boost;
+diff --git a/src/net.cpp b/src/net.cpp
+index 4d2f651..7df2b77 100644
+--- a/src/net.cpp
++++ b/src/net.cpp
+@@ -7,7 +7,6 @@
+ #include "db.h"
+ #include "net.h"
+ #include "init.h"
+-#include "strlcpy.h"
+
+ #ifdef __WXMSW__
+ #include <string.h>
+diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
+index 30dcca6..21a11af 100644
+--- a/src/qt/bitcoin.cpp
++++ b/src/qt/bitcoin.cpp
+@@ -15,7 +15,6 @@
+ #include "ui_interface.h"
+ #include "paymentserver.h"
+ #include "../allocators.h"
+-#include "../strlcpy.h"
+
+ #include <boost/filesystem.hpp>
+
+diff --git a/src/util.cpp b/src/util.cpp
+index fc51717..50ce19f 100644
+--- a/src/util.cpp
++++ b/src/util.cpp
+@@ -2,7 +2,6 @@
+ // Distributed under the MIT/X11 software license, see the accompanying
+ // file license.txt or http://www.opensource.org/licenses/mit-license.php.
+ #include "headers.h"
+-#include "strlcpy.h"
+ #include <boost/program_options/detail/config_file.hpp>
+ #include <boost/program_options/parsers.hpp>
+ #include <boost/filesystem.hpp>