kern___acl_delete_path
return (kern___acl_delete_path(td, uap->path, uap->type, FOLLOW));
return (kern___acl_delete_path(td, uap->path, uap->type, NOFOLLOW));
static int kern___acl_delete_path(struct thread *td, const char *path,