summaryrefslogtreecommitdiff
path: root/security/hydan/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'security/hydan/patches/patch-ad')
-rw-r--r--security/hydan/patches/patch-ad22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/hydan/patches/patch-ad b/security/hydan/patches/patch-ad
new file mode 100644
index 00000000000..763056bc628
--- /dev/null
+++ b/security/hydan/patches/patch-ad
@@ -0,0 +1,22 @@
+$NetBSD: patch-ad,v 1.1 2004/09/16 16:12:57 he Exp $
+
+--- hdn_stats.c.orig Thu Jun 24 00:35:17 2004
++++ hdn_stats.c
+@@ -99,7 +99,7 @@ static uint32_t _count_fns (char *argv0)
+ */
+ if (!(sh = hdn_exe_get_sections (host_data->content)))
+ {
+- HDN_WARN ("Error extracting .text segment from host file");
++ HDN_WARN ("Error extracting .text segment from host file", "");
+ goto out;
+ }
+
+@@ -327,7 +327,7 @@ int hdn_stats_main (int argc, char **arg
+ */
+ if (!(sh = hdn_exe_get_sections (host_data->content)))
+ {
+- HDN_WARN ("Error extracting .text segment from host file");
++ HDN_WARN ("Error extracting .text segment from host file", "");
+ goto out;
+ }
+