Deleted Added
full compact
rpcb_clnt.c (74462) rpcb_clnt.c (75094)
1/* $NetBSD: rpcb_clnt.c,v 1.6 2000/07/16 06:41:43 itojun Exp $ */
1/* $NetBSD: rpcb_clnt.c,v 1.6 2000/07/16 06:41:43 itojun Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/rpcb_clnt.c 74462 2001-03-19 12:50:13Z alfred $ */
2/* $FreeBSD: head/lib/libc/rpc/rpcb_clnt.c 75094 2001-04-02 21:41:44Z iedowse $ */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

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

44
45/*
46 * rpcb_clnt.c
47 * interface to rpcbind rpc service.
48 *
49 * Copyright (C) 1988, Sun Microsystems, Inc.
50 */
51
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

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

44
45/*
46 * rpcb_clnt.c
47 * interface to rpcbind rpc service.
48 *
49 * Copyright (C) 1988, Sun Microsystems, Inc.
50 */
51
52#include "reentrant.h"
53#include "namespace.h"
52#include "namespace.h"
53#include "reentrant.h"
54#include <sys/types.h>
55#include <sys/socket.h>
56#include <sys/un.h>
57#include <sys/utsname.h>
58#include <rpc/rpc.h>
59#include <rpc/rpcb_prot.h>
60#include <rpc/nettype.h>
61#include <netconfig.h>

--- 1192 unchanged lines hidden ---
54#include <sys/types.h>
55#include <sys/socket.h>
56#include <sys/un.h>
57#include <sys/utsname.h>
58#include <rpc/rpc.h>
59#include <rpc/rpcb_prot.h>
60#include <rpc/nettype.h>
61#include <netconfig.h>

--- 1192 unchanged lines hidden ---