summaryrefslogtreecommitdiff
path: root/security/aide/patches/patch-ac
blob: a58955b92449dda00fe82240b131d4942ea8ea25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2006/01/02 22:40:19 joerg Exp $

--- include/util.h.orig	2006-01-02 22:36:41.000000000 +0000
+++ include/util.h
@@ -57,6 +57,8 @@ void sig_handler(int signal);
 
 void init_sighandler(void);
 
+#if !defined(__DragonFly__)
 char* strnstr(char* haystack,char* needle,int n);
+#endif
 
 #endif