Files
pkgsrc-ng/security/hydan/patches/patch-ad
2013-09-26 17:14:40 +02:00

23 lines
756 B
Plaintext

$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;
}