summaryrefslogtreecommitdiff
blob: 68fc2ac77aadacba66cb8819b9b4fe846c32d228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 443f30f29aa4a5520d2daf2748444e0cd0196749 Mon Sep 17 00:00:00 2001
From: "J. Bruce Fields" <bfields@snoopy.citi.umich.edu>
Date: Tue, 12 Dec 2006 16:47:57 -0500
Subject: [PATCH 06/17] Remove some some unused header cruft

These functions were deleted a while ago; forgot to delete them from both
copies of header file.  (*Why* do we have two copies of this file?)
---
 include/libacl_nfs4.h |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/include/libacl_nfs4.h b/include/libacl_nfs4.h
index ab16450..c3d7ef3 100644
--- a/include/libacl_nfs4.h
+++ b/include/libacl_nfs4.h
@@ -99,14 +99,3 @@ acl_t		__posix_acl_from_nfs4_xattr(char*, int, acl_type_t, u32);
 char * nfs4_get_who_from_uid(uid_t);
 char * nfs4_get_who_from_gid(gid_t);
 /* End change */
-
-int user_obj_from_v4(struct nfs4_acl *n4acl, struct nfs4_ace **n4ace,
-		acl_t *pacl, int iflags);
-int users_from_v4(struct nfs4_acl *n4acl, struct nfs4_ace ** n4ace_p,
-		struct nfs4_ace **mask_ace, acl_t *pacl, int iflags);
-int group_obj_and_groups_from_v4(struct nfs4_acl *n4acl,
-		struct nfs4_ace ** n4ace_p, struct nfs4_ace **mask_ace, acl_t *pacl, int iflags);
-int mask_from_v4(struct nfs4_acl *n4acl, struct nfs4_ace ** n4ace_p,
-		struct nfs4_ace **mask_ace, acl_t *pacl, int iflags);
-int other_from_v4(struct nfs4_acl *n4acl, struct nfs4_ace ** n4ace_p,
-		acl_t *pacl, int iflags);
-- 
1.7.8.1