mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
yep, freebsd still needs this fix
This commit is contained in:
parent
fef3180942
commit
e01678d132
1 changed files with 3 additions and 0 deletions
3
src/3rdparty/sqlite3.c
vendored
3
src/3rdparty/sqlite3.c
vendored
|
@ -23442,6 +23442,9 @@ static int posixFchown(int fd, uid_t uid, gid_t gid){
|
||||||
/* Forward reference */
|
/* Forward reference */
|
||||||
static int openDirectory(const char*, int*);
|
static int openDirectory(const char*, int*);
|
||||||
|
|
||||||
|
/* fix compile on FreeBSD, not sure why needed... */
|
||||||
|
int fchmod(int, mode_t);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Many system calls are accessed through pointer-to-functions so that
|
** Many system calls are accessed through pointer-to-functions so that
|
||||||
** they may be overridden at runtime to facilitate fault injection during
|
** they may be overridden at runtime to facilitate fault injection during
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue