From 2e09a79ada1f6d92809a037d41895e3d9302ad59 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 7 Jun 2013 22:24:35 +0000 Subject: Avoid use of "register" as optimization hint. --- include/rpc/auth_des.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h index c14f069..0e9db1a 100644 --- a/include/rpc/auth_des.h +++ b/include/rpc/auth_des.h @@ -7,12 +7,12 @@ libc_hidden_proto (getsecretkey) libc_hidden_proto (rtime) extern bool_t xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred); -extern bool_t xdr_authdes_verf (register XDR *xdrs, - register struct authdes_verf *verf); +extern bool_t xdr_authdes_verf (XDR *xdrs, + struct authdes_verf *verf); struct svc_req; struct rpc_msg; -extern enum auth_stat _svcauth_des (register struct svc_req *rqst, - register struct rpc_msg *msg); +extern enum auth_stat _svcauth_des (struct svc_req *rqst, + struct rpc_msg *msg); #define DECLARE_NSS_PROTOTYPES(service) \ -- cgit v1.1