1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/security/aide/files/patch-include::util.h
Cy Schubert 9647b77dfd Update 0.7 --> 0.9
The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm
is a SYSV directory that does not exist on FreeBSD.
2002-11-05 13:46:25 +00:00

10 lines
205 B
C

--- include/util.h.orig Wed May 29 01:04:26 2002
+++ include/util.h Fri Jul 12 06:17:39 2002
@@ -57,6 +57,4 @@
void init_sighandler(void);
-char* strnstr(char* haystack,char* needle,int n);
-
#endif