From 7ad09ff71a567bdfdff6996f7b64c4367bd44f17 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 3 Dec 2016 17:27:28 +0000 Subject: MFC r288113: r288113 (by rodrigc): Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. --- lib/libc/rpc/authunix_prot.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc/rpc/authunix_prot.c') diff --git a/lib/libc/rpc/authunix_prot.c b/lib/libc/rpc/authunix_prot.c index 42a5fad..cd6676b 100644 --- a/lib/libc/rpc/authunix_prot.c +++ b/lib/libc/rpc/authunix_prot.c @@ -55,9 +55,7 @@ __FBSDID("$FreeBSD$"); * XDR for unix authentication parameters. */ bool_t -xdr_authunix_parms(xdrs, p) - XDR *xdrs; - struct authunix_parms *p; +xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) { u_int **paup_gids; -- cgit v1.1