summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 19:27:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 19:27:15 +0000
commitacaff697525570da64aaa886b9311ba6ca3ba9b8 (patch)
treed24fed133612615c3820c135e25eab6797513950 /libdiskfs/diskfs.h
parentde324c777d8a2c522a48aa8dac383ee00d38ea00 (diff)
(dsikfs_make_protid): Delete declaration.
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 2cb468a0..87d0cffc 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -924,10 +924,6 @@ diskfs_create_node (struct node *dir, char *name, mode_t mode,
error_t diskfs_create_protid (struct peropen *po, uid_t *uids, int nuids,
uid_t *gids, int ngids, struct protid **cred);
-/* Backward compatibility. Use diskfs_create_protid. */
-struct protid *diskfs_make_protid (struct peropen *cred, uid_t *uids,
- int nuids, uid_t *gids, int ngids);
-
/* Build and return in CRED a protid which has no user identification, for
peropen PO. The node PO->np must be locked. */
error_t diskfs_start_protid (struct peropen *po, struct protid **cred);