Deleted Added
full compact
rpc_soc.c (74695) rpc_soc.c (75094)
1/* $NetBSD: rpc_soc.c,v 1.6 2000/07/06 03:10:35 christos Exp $ */
1/* $NetBSD: rpc_soc.c,v 1.6 2000/07/06 03:10:35 christos Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/rpc_soc.c 74695 2001-03-23 16:14:49Z alfred $ */
2/* $FreeBSD: head/lib/libc/rpc/rpc_soc.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.

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

50 * rpc_soc.c
51 *
52 * The backward compatibility routines for the earlier implementation
53 * of RPC, where the only transports supported were tcp/ip and udp/ip.
54 * Based on berkeley socket abstraction, now implemented on the top
55 * of TLI/Streams
56 */
57
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.

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

50 * rpc_soc.c
51 *
52 * The backward compatibility routines for the earlier implementation
53 * of RPC, where the only transports supported were tcp/ip and udp/ip.
54 * Based on berkeley socket abstraction, now implemented on the top
55 * of TLI/Streams
56 */
57
58#include "reentrant.h"
59#include "namespace.h"
58#include "namespace.h"
59#include "reentrant.h"
60#include <sys/types.h>
61#include <sys/socket.h>
62#include <stdio.h>
63#include <rpc/rpc.h>
64#include <rpc/pmap_clnt.h>
65#include <rpc/pmap_prot.h>
66#include <rpc/nettype.h>
67#include <syslog.h>

--- 386 unchanged lines hidden ---
60#include <sys/types.h>
61#include <sys/socket.h>
62#include <stdio.h>
63#include <rpc/rpc.h>
64#include <rpc/pmap_clnt.h>
65#include <rpc/pmap_prot.h>
66#include <rpc/nettype.h>
67#include <syslog.h>

--- 386 unchanged lines hidden ---