summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-29 18:57:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-29 18:57:19 +0000
commit79c215bbdf655d5e8b7291acc4eefac3ce2cb3b8 (patch)
tree33a528659d60593c65d0dd8e1a981cb99a267631 /include/rpc
parent204291d07ddd6a878cc933c6796f25501efb5fc8 (diff)
change pmap_set() protocol to u_int, similar to solaris; ref: casper
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/pmap_clnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 5ef04bedef9..d3b5883f690 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_clnt.h,v 1.2 1997/09/21 10:46:11 niklas Exp $ */
+/* $OpenBSD: pmap_clnt.h,v 1.3 1998/08/29 18:57:14 deraadt Exp $ */
/* $NetBSD: pmap_clnt.h,v 1.5 1994/12/04 01:12:42 cgd Exp $ */
/*
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-extern bool_t pmap_set __P((u_long, u_long, int, int));
+extern bool_t pmap_set __P((u_long, u_long, u_int, int));
extern bool_t pmap_unset __P((u_long, u_long));
extern struct pmaplist *pmap_getmaps __P((struct sockaddr_in *));
extern enum clnt_stat pmap_rmtcall __P((struct sockaddr_in *,