forked from Lainports/freebsd-ports
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.
9 lines
205 B
C
9 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
|