$NetBSD$

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