Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

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