mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
9647b77dfd
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.
10 lines
205 B
C
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
|