mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372)
This includes the last 12.x release (now EOL) and 13.0 development versions (<1300139). Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
@@ -70,10 +70,4 @@ int secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr,
|
||||
vtype_t vtype);
|
||||
int secpolicy_smb(cred_t *cr);
|
||||
|
||||
|
||||
#if __FreeBSD_version >= 1300005
|
||||
#define spl_priv_check_cred(a, b) priv_check_cred((a), (b))
|
||||
#else
|
||||
#define spl_priv_check_cred(a, b) priv_check_cred((a), (b), 0)
|
||||
#endif
|
||||
#endif /* _OPENSOLARIS_SYS_POLICY_H_ */
|
||||
|
||||
Reference in New Issue
Block a user