Remove struct from AFS_UCRED instantiations (opaque credential type support)
[openafs.git] / src / afs / LINUX / osi_nfssrv.c
index 6f1bf57..a3df7b2 100644 (file)
@@ -94,7 +94,7 @@ svcauth_afs_accept(struct svc_rqst *rqstp, u32 *authp)
 {
     struct nfs_server_thread *ns;
     struct afs_exporter *outexp;
-    struct AFS_UCRED *credp;
+    AFS_UCRED *credp;
     struct sockaddr_in *addr;
     int code;
 
@@ -181,7 +181,7 @@ svcauth_afs_release(struct svc_rqst *rqstp)
 #endif
 
 
-int osi_linux_nfs_initreq(struct vrequest *av, struct AFS_UCRED *cr, int *code)
+int osi_linux_nfs_initreq(struct vrequest *av, AFS_UCRED *cr, int *code)
 {
     struct nfs_server_thread *ns;