Make typedefs of AFS_UCRED and AFS_PROC with renaming
[openafs.git] / src / afs / afs_nfsclnt.c
index 0c8a63e..1febbbf 100644 (file)
@@ -174,7 +174,7 @@ afs_nfsclient_init(void)
  */
 int
 afs_nfsclient_reqhandler(struct afs_exporter *exporter,
-                        AFS_UCRED **cred,
+                        afs_ucred_t **cred,
                         afs_int32 host, afs_int32 *pagparam,
                         struct afs_exporter **outexporter)
 {
@@ -577,7 +577,7 @@ char *afs_nfs_id = "AFSNFSTRANS";
  */
 int
 afs_iauth_verify(long id, fsid_t * fsidp, long host, int uid,
-                AFS_UCRED *credp, struct exportinfo *exp)
+                afs_ucred_t *credp, struct exportinfo *exp)
 {
     int code;
     struct nfsclientpag *nfs_pag;