diff options
Diffstat (limited to 'lib/libc/rpc/authunix_prot.c')
-rw-r--r-- | lib/libc/rpc/authunix_prot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 676d4506712..5b7755ec1b1 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.3 1996/08/19 08:31:22 tholo Exp $"; +static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.4 2001/09/15 13:51:00 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -49,8 +49,8 @@ static char *rcsid = "$OpenBSD: authunix_prot.c,v 1.3 1996/08/19 08:31:22 tholo */ bool_t xdr_authunix_parms(xdrs, p) - register XDR *xdrs; - register struct authunix_parms *p; + XDR *xdrs; + struct authunix_parms *p; { if (xdr_u_long(xdrs, &(p->aup_time)) |