|
|
@ -28,13 +28,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(USE_POSIX_ACL) && !defined(HAVE_NON_POSIX_ACL_EXTENSIIONS)
|
|
|
|
#if defined(USE_POSIX_ACL) && !defined(HAVE_NON_POSIX_ACL_EXTENSIIONS)
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_FREEBSD
|
|
|
|
#if defined Q_OS_FREEBSD || defined Q_OS_NETBSD
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include <sys/acl.h>
|
|
|
|
#include <sys/acl.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_FREEBSD
|
|
|
|
#if defined Q_OS_FREEBSD || defined Q_OS_NETBSD
|
|
|
|
#define acl_get_perm acl_get_perm_np
|
|
|
|
#define acl_get_perm acl_get_perm_np
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|