aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2011-03-22 17:44:07 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2011-03-22 17:44:07 +0000
commitcdec38567415b1178351d90d2ad034f5186dbf00 (patch)
tree30276839728661eb968d3996ae79efd3e82389f2 /sys/sys
parenta8e852babcceafd10a649a71a26fe9b698212bf4 (diff)
downloadsrc-cdec38567415b1178351d90d2ad034f5186dbf00.tar.gz
src-cdec38567415b1178351d90d2ad034f5186dbf00.zip
Move the code around so that libc behaviour does not depend on a variable
that was supposed to be kernel-only. There should be no functional changes.
Notes
Notes: svn path=/head/; revision=219878
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/acl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/acl.h b/sys/sys/acl.h
index 614d01165f5f..80a3fe61637c 100644
--- a/sys/sys/acl.h
+++ b/sys/sys/acl.h
@@ -285,8 +285,6 @@ mode_t acl_posix1e_newfilemode(mode_t cmode,
struct acl *acl_alloc(int flags);
void acl_free(struct acl *aclp);
-void acl_nfs4_trivial_from_mode(struct acl *aclp,
- mode_t mode);
void acl_nfs4_sync_acl_from_mode(struct acl *aclp,
mode_t mode, int file_owner_id);
void acl_nfs4_sync_mode_from_acl(mode_t *mode,