Deleted Added
full compact
rpcinfo.c (221860) rpcinfo.c (228992)
1/* $NetBSD: rpcinfo.c,v 1.15 2000/10/04 20:09:05 mjl Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

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

37
38#if 0
39#ifndef lint
40static char sccsid[] = "@(#)rpcinfo.c 1.16 89/04/05 Copyr 1986 Sun Micro";
41#endif
42#endif
43
44#include <sys/cdefs.h>
1/* $NetBSD: rpcinfo.c,v 1.15 2000/10/04 20:09:05 mjl Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

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

37
38#if 0
39#ifndef lint
40static char sccsid[] = "@(#)rpcinfo.c 1.16 89/04/05 Copyr 1986 Sun Micro";
41#endif
42#endif
43
44#include <sys/cdefs.h>
45__FBSDID("$FreeBSD: head/usr.bin/rpcinfo/rpcinfo.c 221860 2011-05-13 22:35:06Z delphij $");
45__FBSDID("$FreeBSD: head/usr.bin/rpcinfo/rpcinfo.c 228992 2011-12-30 11:02:40Z uqs $");
46
47/*
48 * rpcinfo: ping a particular rpc program
49 * or dump the registered programs on the remote machine.
50 */
51
52/*
46
47/*
48 * rpcinfo: ping a particular rpc program
49 * or dump the registered programs on the remote machine.
50 */
51
52/*
53 * We are for now defining PORTMAP here. It doesnt even compile
53 * We are for now defining PORTMAP here. It doesn't even compile
54 * unless it is defined.
55 */
56#ifndef PORTMAP
57#define PORTMAP
58#endif
59
60/*
61 * If PORTMAP is defined, rpcinfo will talk to both portmapper and

--- 1606 unchanged lines hidden ---
54 * unless it is defined.
55 */
56#ifndef PORTMAP
57#define PORTMAP
58#endif
59
60/*
61 * If PORTMAP is defined, rpcinfo will talk to both portmapper and

--- 1606 unchanged lines hidden ---