$OpenBSD: patch-src_util_c,v 1.2 2009/05/21 21:53:27 benoit Exp $
--- src/util.c.orig	Thu Feb  9 11:45:43 2006
+++ src/util.c	Wed May 10 20:41:59 2006
@@ -357,7 +357,6 @@ void sig_handler(int signal)
   return;
 }
 
-
 /* Like strstr but only do search for maximum of n chars.
    haystack does not have to be NULL terminated
    needle has to be NULL terminated. NULL in needle is not used in compare.
@@ -479,7 +478,7 @@ int syslog_facility_lookup(char *s)
 /* We need these dummy stubs to fool the linker into believing that
    we do not need them at link time */
 
-void* dlopen(char*filename,int flag)
+/*void* dlopen(char*filename,int flag)
 {
   return NULL;
 }
@@ -498,6 +497,7 @@ const char* dlerror(void)
 {
   return NULL;
 }
+*/
 
 const char* aide_key_2=CONFHMACKEY_02;
 const char* db_key_2=DBHMACKEY_02;
