diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-31 18:28:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-31 18:28:56 +0000 |
commit | 456a5fcab775e8a18cffd5b1be3cca3a127e30a6 (patch) | |
tree | 4b7a5ce9dd4ab7f40899a2c609e53fafc8cc9b5c /lib/libc/rpc/xdr_mem.c | |
parent | a873e9155b65a723a628484bc434c3f5c2a1032f (diff) |
sprinkle a bit of ARGSUSED
Diffstat (limited to 'lib/libc/rpc/xdr_mem.c')
-rw-r--r-- | lib/libc/rpc/xdr_mem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/xdr_mem.c b/lib/libc/rpc/xdr_mem.c index 14eeacc5b05..adcd3ee410f 100644 --- a/lib/libc/rpc/xdr_mem.c +++ b/lib/libc/rpc/xdr_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xdr_mem.c,v 1.12 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: xdr_mem.c,v 1.13 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 @@ -94,6 +94,7 @@ xdrmem_create(XDR *xdrs, caddr_t addr, u_int size, enum xdr_op op) xdrs->x_handy = size; } +/*ARGSUSED*/ static void xdrmem_destroy(XDR *xdrs) { |