summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/auth_des.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/auth_des.c')
-rw-r--r--lib/libc/rpc/auth_des.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c
index 6a7da3a05036..c771f31afb9e 100644
--- a/lib/libc/rpc/auth_des.c
+++ b/lib/libc/rpc/auth_des.c
@@ -278,7 +278,7 @@ authdes_marshal(AUTH *auth, XDR *xdrs)
des_block ivec;
int status;
int len;
- register rpc_inline_t *ixdr;
+ rpc_inline_t *ixdr;
/*
* Figure out the "time", accounting for any time difference
@@ -366,7 +366,7 @@ authdes_validate(AUTH *auth, struct opaque_auth *rverf)
struct ad_private *ad = AUTH_PRIVATE(auth);
struct authdes_verf verf;
int status;
- register uint32_t *ixdr;
+ uint32_t *ixdr;
des_block buf;
if (rverf->oa_length != (2 + 1) * BYTES_PER_XDR_UNIT) {