From 89065f793cedc7c2fee06f2630b79199772b18a1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 19:27:51 +0000 Subject: (diskfs_make_protid): Delete function. --- libdiskfs/protid-make.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libdiskfs/protid-make.c') diff --git a/libdiskfs/protid-make.c b/libdiskfs/protid-make.c index fdf267b4..2921f569 100644 --- a/libdiskfs/protid-make.c +++ b/libdiskfs/protid-make.c @@ -76,16 +76,4 @@ diskfs_create_protid (struct peropen *po, uid_t *uids, int nuids, return err; } -/* Backward compatibility. Use diskfs_create_protid. */ -struct protid * -diskfs_make_protid (struct peropen *po, uid_t *uids, int nuids, - uid_t *gids, int ngids) -{ - struct protid *cred; - if (diskfs_create_protid (po, uids, nuids, gids, ngids, &cred)) - cred = 0; - return cred; -} -#include "linkwarn.h" -obsolete (diskfs_make_protid, diskfs_create_protid) -- cgit v1.2.3