summaryrefslogtreecommitdiff
path: root/package/nmap/patches/patch-output_h
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-output_h
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-output_h')
-rw-r--r--package/nmap/patches/patch-output_h22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/nmap/patches/patch-output_h b/package/nmap/patches/patch-output_h
deleted file mode 100644
index 8dd3e4651..000000000
--- a/package/nmap/patches/patch-output_h
+++ /dev/null
@@ -1,22 +0,0 @@
---- nmap-6.25.orig/output.h 2012-08-14 18:36:25.000000000 +0200
-+++ nmap-6.25/output.h 2013-07-12 14:06:07.000000000 +0200
-@@ -226,6 +226,10 @@ std::string protect_xml(const std::strin
- void printscriptresults(ScriptResults *scriptResults, stype scantype);
-
- void printhostscriptresults(Target *currenths);
-+
-+/*This is a helper function to determine the ordering of the script results
-+ based on their id */
-+bool comparescriptids(ScriptResult first, ScriptResult second);
- #endif
-
- /* Print a table with traceroute hops. */
-@@ -253,8 +257,4 @@ void printfinaloutput();
- were found. */
- void printdatafilepaths();
-
--/*This is a helper function to determine the ordering of the script results
-- based on their id */
--bool comparescriptids(ScriptResult first, ScriptResult second);
--
- #endif /* OUTPUT_H */