Deleted Added
full compact
rpcb_stat.c (121656) rpcb_stat.c (224001)
1/*
2 * $NetBSD: rpcb_stat.c,v 1.2 2000/07/04 20:27:40 matt Exp $
1/*
2 * $NetBSD: rpcb_stat.c,v 1.2 2000/07/04 20:27:40 matt Exp $
3 * $FreeBSD: head/usr.sbin/rpcbind/rpcb_stat.c 121656 2003-10-29 09:30:37Z mbr $
3 * $FreeBSD: head/usr.sbin/rpcbind/rpcb_stat.c 224001 2011-07-14 07:28:49Z delphij $
4 */
5/*
6 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * unrestricted use provided that this legend is included on all tape
8 * media and as a part of the software program in whole or part. Users
9 * may copy or modify Sun RPC without charge, but are not authorized
10 * to license or distribute it to anyone else except as part of a product or
11 * program developed by the user.

--- 37 unchanged lines hidden (view full) ---

49#endif
50#include <stdlib.h>
51#include <string.h>
52#include "rpcbind.h"
53
54static rpcb_stat_byvers inf;
55
56void
4 */
5/*
6 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * unrestricted use provided that this legend is included on all tape
8 * media and as a part of the software program in whole or part. Users
9 * may copy or modify Sun RPC without charge, but are not authorized
10 * to license or distribute it to anyone else except as part of a product or
11 * program developed by the user.

--- 37 unchanged lines hidden (view full) ---

49#endif
50#include <stdlib.h>
51#include <string.h>
52#include "rpcbind.h"
53
54static rpcb_stat_byvers inf;
55
56void
57rpcbs_init()
57rpcbs_init(void)
58{
59
60}
61
62void
63rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc)
64{
65 switch (rtype + 2) {

--- 141 unchanged lines hidden ---
58{
59
60}
61
62void
63rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc)
64{
65 switch (rtype + 2) {

--- 141 unchanged lines hidden ---