diff options
Diffstat (limited to 'lib/libc/yp/xdr_ypresp_val.c')
-rw-r--r-- | lib/libc/yp/xdr_ypresp_val.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/yp/xdr_ypresp_val.c b/lib/libc/yp/xdr_ypresp_val.c index 5ff69a97783..94bf49c6fcb 100644 --- a/lib/libc/yp/xdr_ypresp_val.c +++ b/lib/libc/yp/xdr_ypresp_val.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_val.c,v 1.3 1996/08/19 08:35:06 tholo Exp $"; +static char *rcsid = "$OpenBSD: xdr_ypresp_val.c,v 1.4 2002/07/20 01:35:34 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> @@ -46,9 +46,7 @@ static char *rcsid = "$OpenBSD: xdr_ypresp_val.c,v 1.3 1996/08/19 08:35:06 tholo #include <rpcsvc/ypclnt.h> bool_t -xdr_ypresp_val(xdrs, objp) -XDR *xdrs; -struct ypresp_val *objp; +xdr_ypresp_val(XDR *xdrs, struct ypresp_val *objp) { if (!xdr_ypstat(xdrs, (ypstat *)&objp->stat)) { return FALSE; |