diff options
author | 2006-03-31 18:28:55 +0000 | |
---|---|---|
committer | 2006-03-31 18:28:55 +0000 | |
commit | 153b7fdc6775e193047ff368ee76b704352fce00 (patch) | |
tree | 5ca9620ccc5eec45278d9c4f143180599603c474 /lib/libc/rpc/clnt_tcp.c | |
parent | spacing (diff) | |
download | wireguard-openbsd-153b7fdc6775e193047ff368ee76b704352fce00.tar.xz wireguard-openbsd-153b7fdc6775e193047ff368ee76b704352fce00.zip |
sprinkle a bit of ARGSUSED
Diffstat (limited to 'lib/libc/rpc/clnt_tcp.c')
-rw-r--r-- | lib/libc/rpc/clnt_tcp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index ec7130d6c5f..ecda89715f0 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt_tcp.c,v 1.22 2005/08/08 08:05:35 espie Exp $ */ +/* $OpenBSD: clnt_tcp.c,v 1.23 2006/03/31 18:28:55 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape @@ -327,6 +327,7 @@ clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) return ((*xdr_res)(xdrs, res_ptr)); } +/*ARGSUSED*/ static void clnttcp_abort(CLIENT *clnt) { |