summaryrefslogtreecommitdiff
path: root/package/rpcbind/patches/patch-src_pmap_svc_c
blob: 12eda401f0f2fc0fed3ab1e7d982a23c60223f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- rpcbind-0.2.3.orig/src/pmap_svc.c	2015-04-27 16:07:43.000000000 +0200
+++ rpcbind-0.2.3/src/pmap_svc.c	2016-10-08 18:19:45.000000000 +0200
@@ -60,11 +60,11 @@ static	char sccsid[] = "@(#)pmap_svc.c 1
 #include "rpcbind.h"
 #include "xlog.h"
 #include <rpc/svc_soc.h> /* svc_getcaller routine definition */
-static struct pmaplist *find_service_pmap __P((rpcprog_t, rpcvers_t,
-					       rpcprot_t));
-static bool_t pmapproc_change __P((struct svc_req *, SVCXPRT *, u_long));
-static bool_t pmapproc_getport __P((struct svc_req *, SVCXPRT *));
-static bool_t pmapproc_dump __P((struct svc_req *, SVCXPRT *));
+static struct pmaplist *find_service_pmap (rpcprog_t, rpcvers_t,
+					       rpcprot_t);
+static bool_t pmapproc_change (struct svc_req *, SVCXPRT *, u_long);
+static bool_t pmapproc_getport (struct svc_req *, SVCXPRT *);
+static bool_t pmapproc_dump (struct svc_req *, SVCXPRT *);
 
 /*
  * Called for all the version 2 inquiries.