summaryrefslogtreecommitdiff
path: root/package/nmap/patches/patch-portlist_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-05 12:06:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-05 12:06:12 +0200
commit0508d641f6c6613cf5c4e4a70e564ce7ea44b1dc (patch)
treec73156c58366e495317a1a2acceb9c2efcf7d2db /package/nmap/patches/patch-portlist_cc
parentcd459cb9dc51e6f2cace0b4b994b563f640a25f6 (diff)
fix nmap compile, update to latest upstream. uclibc++ no longer supported, because of missing dynamic_cast operator
Diffstat (limited to 'package/nmap/patches/patch-portlist_cc')
-rw-r--r--package/nmap/patches/patch-portlist_cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/nmap/patches/patch-portlist_cc b/package/nmap/patches/patch-portlist_cc
deleted file mode 100644
index a974ca013..000000000
--- a/package/nmap/patches/patch-portlist_cc
+++ /dev/null
@@ -1,18 +0,0 @@
---- nmap-6.25.orig/portlist.cc 2012-10-11 06:45:50.000000000 +0200
-+++ nmap-6.25/portlist.cc 2013-07-12 14:10:04.000000000 +0200
-@@ -144,6 +144,7 @@ void Port::freeService(bool del_service)
- }
- }
-
-+#ifndef NOLUA
- void Port::freeScriptResults(void)
- {
- while (!scriptResults.empty()) {
-@@ -151,6 +152,7 @@ void Port::freeScriptResults(void)
- scriptResults.pop_front();
- }
- }
-+#endif
-
- /* Fills in namebuf (as long as there is space in buflen) with the
- Name nmap normal output will use to describe the port. This takes