From 17c90228482320aa70427c19b6bf5942070cd36c Mon Sep 17 00:00:00 2001 From: rodrigc Date: Tue, 1 Sep 2015 02:39:07 +0000 Subject: Use ANSI C prototypes. Eliminates gcc 4.9 warnings. --- lib/libc/rpc/crypt_client.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc/rpc/crypt_client.c') diff --git a/lib/libc/rpc/crypt_client.c b/lib/libc/rpc/crypt_client.c index 5290021..b7f0d1ff 100644 --- a/lib/libc/rpc/crypt_client.c +++ b/lib/libc/rpc/crypt_client.c @@ -43,10 +43,7 @@ __FBSDID("$FreeBSD$"); #include "un-namespace.h" int -_des_crypt_call(buf, len, dparms) - char *buf; - int len; - struct desparams *dparms; +_des_crypt_call(char *buf, int len, struct desparams *dparms) { CLIENT *clnt; desresp *result_1; -- cgit v1.1