diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-15 13:51:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-15 13:51:02 +0000 |
commit | 8f5b4bd4f461a41e728944072460af706dd47a0b (patch) | |
tree | 40677e84020e80be559c2933f98a2ac14fde25a1 /lib/libc/rpc/authunix_prot.c | |
parent | ce8e4cc18d0591021a891dc8c10d0bf046cfbec3 (diff) |
prototype cleanup
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)) |