diff options
Diffstat (limited to 'sys/lib/libsa/rpc.h')
-rw-r--r-- | sys/lib/libsa/rpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/rpc.h b/sys/lib/libsa/rpc.h index 724c3f801ef..1404bc378ac 100644 --- a/sys/lib/libsa/rpc.h +++ b/sys/lib/libsa/rpc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc.h,v 1.5 2003/08/11 06:23:09 deraadt Exp $ */ +/* $OpenBSD: rpc.h,v 1.6 2014/07/13 15:31:20 mpi Exp $ */ /* $NetBSD: rpc.h,v 1.8 1996/09/26 23:22:03 cgd Exp $ */ /* @@ -50,7 +50,7 @@ #define PMAPPROC_CALLIT 5 /* RPC functions: */ -ssize_t rpc_call(struct iodesc *, n_long, n_long, n_long, +ssize_t rpc_call(struct iodesc *, u_int32_t, u_int32_t, u_int32_t, void *, size_t, void *, size_t); void rpc_fromaddr(void *, struct in_addr *, u_short *); int rpc_pmap_getcache(struct in_addr, u_int, u_int); |