Remove struct from AFS_UCRED instantiations (opaque credential type support)
[openafs.git] / src / afs / VNOPS / afs_vnop_create.c
index 8c2f5d5..38b184f 100644 (file)
 #ifdef AFS_SGI64_ENV
 int
 afs_create(OSI_VC_DECL(adp), char *aname, struct vattr *attrs, int flags,
-          int amode, struct vcache **avcp, struct AFS_UCRED *acred)
+          int amode, struct vcache **avcp, AFS_UCRED *acred)
 #else /* AFS_SGI64_ENV */
 int
 afs_create(OSI_VC_DECL(adp), char *aname, struct vattr *attrs,
           enum vcexcl aexcl, int amode, struct vcache **avcp,
-          struct AFS_UCRED *acred)
+          AFS_UCRED *acred)
 #endif                         /* AFS_SGI64_ENV */
 {
     afs_int32 origCBs, origZaps, finalZaps;