mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add support for _PC_ACL_NFS4 as TRUSTEDBSD_ACL_NFS4
The TRUSTEDBSD prefix was chosen for consistency with the other related `_PC_ACL*` prefixed variables. MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
c30c436a58
commit
bb323b9e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ POSIX_REC_MIN_XFER_SIZE, _PC_REC_MIN_XFER_SIZE
|
|||
POSIX_REC_XFER_ALIGN, _PC_REC_XFER_ALIGN
|
||||
SYMLINK_MAX, _PC_SYMLINK_MAX
|
||||
TRUSTEDBSD_ACL_EXTENDED, _PC_ACL_EXTENDED
|
||||
TRUSTEDBSD_ACL_NFS4, _PC_ACL_NFS4
|
||||
TRUSTEDBSD_ACL_PATH_MAX, _PC_ACL_PATH_MAX
|
||||
TRUSTEDBSD_CAP_PRESENT, _PC_CAP_PRESENT
|
||||
TRUSTEDBSD_INF_PRESENT, _PC_INF_PRESENT
|
||||
|
|
|
|||
Loading…
Reference in a new issue