Remove struct from AFS_UCRED instantiations (opaque credential type support)
[openafs.git] / src / afs / VNOPS / afs_vnop_dirops.c
index cd9c8f7..e84fa22 100644 (file)
@@ -35,7 +35,7 @@ extern afs_rwlock_t afs_xcbhash;
 
 int
 afs_mkdir(OSI_VC_DECL(adp), char *aname, struct vattr *attrs, 
-     register struct vcache **avcp, struct AFS_UCRED *acred)
+     register struct vcache **avcp, AFS_UCRED *acred)
 {
     struct vrequest treq;
     register afs_int32 code;
@@ -256,9 +256,9 @@ int
 /* don't set CDirty in here because RPC is called synchronously */
 #if    defined(AFS_SUN5_ENV) || defined(AFS_SGI_ENV)
 afs_rmdir(OSI_VC_DECL(adp), char *aname, struct vnode *cdirp, 
-         struct AFS_UCRED *acred)
+         AFS_UCRED *acred)
 #else
-afs_rmdir(OSI_VC_DECL(adp), char *aname, struct AFS_UCRED *acred)
+afs_rmdir(OSI_VC_DECL(adp), char *aname, AFS_UCRED *acred)
 #endif
 {
     struct vrequest treq;