mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
FreeBSD9 fix
This commit is contained in:
@@ -23442,6 +23442,11 @@ static int posixFchown(int fd, uid_t uid, gid_t gid){
|
||||
/* Forward reference */
|
||||
static int openDirectory(const char*, int*);
|
||||
|
||||
/* Fix for FreeBSD 9 */
|
||||
#ifndef WIN32
|
||||
int fchmod(int, mode_t);
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Many system calls are accessed through pointer-to-functions so that
|
||||
** they may be overridden at runtime to facilitate fault injection during
|
||||
|
||||
Reference in New Issue
Block a user