From ccc5cbde0e4564f3af83fa82bd2a7d2f810b4b62 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 20 Jul 2002 01:35:36 +0000 Subject: ansi --- lib/libc/yp/xdr_ypresp_master.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libc/yp/xdr_ypresp_master.c') diff --git a/lib/libc/yp/xdr_ypresp_master.c b/lib/libc/yp/xdr_ypresp_master.c index c75510c3bc7..12dfa9966c6 100644 --- a/lib/libc/yp/xdr_ypresp_master.c +++ b/lib/libc/yp/xdr_ypresp_master.c @@ -30,7 +30,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: xdr_ypresp_master.c,v 1.3 1996/08/19 08:35:05 tholo Exp $"; +static char *rcsid = "$OpenBSD: xdr_ypresp_master.c,v 1.4 2002/07/20 01:35:34 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -46,9 +46,7 @@ static char *rcsid = "$OpenBSD: xdr_ypresp_master.c,v 1.3 1996/08/19 08:35:05 th #include bool_t -xdr_ypresp_master(xdrs, objp) -XDR *xdrs; -struct ypresp_master *objp; +xdr_ypresp_master(XDR *xdrs, struct ypresp_master *objp) { if (!xdr_ypstat(xdrs, (ypstat *)&objp->stat)) { return FALSE; -- cgit v1.2.3