12345678910111213141516171819 |
- --- 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.
|