]> err.no Git - linux-2.6/blobdiff - net/sunrpc/svcauth.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / net / sunrpc / svcauth.c
index 3f4d1f622de8d4db9891128d0b2344cb287e88c0..8f2320aded5c42f645b406cf51539d10228ef055 100644 (file)
@@ -35,7 +35,7 @@ static struct auth_ops        *authtab[RPC_AUTH_MAXFLAVOR] = {
 };
 
 int
-svc_authenticate(struct svc_rqst *rqstp, u32 *authp)
+svc_authenticate(struct svc_rqst *rqstp, __be32 *authp)
 {
        rpc_authflavor_t        flavor;
        struct auth_ops         *aops;