Deleted Added
full compact
rpc_soc.c (92968) rpc_soc.c (92990)
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 92968 2002-03-22 19:19:32Z alfred $ */
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.

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

34
35/*
36 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
37 * In addition, portions of such source code were derived from Berkeley
38 * 4.3 BSD under license from the Regents of the University of
39 * California.
40 */
41
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
9 * program developed by the user.

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

33
34/*
35 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
36 * In addition, portions of such source code were derived from Berkeley
37 * 4.3 BSD under license from the Regents of the University of
38 * California.
39 */
40
42#if 0
43#if !defined(lint) && defined(SCCSIDS)
44static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro";
45#endif
41#if !defined(lint) && defined(SCCSIDS)
42static char sccsid[] = "@(#)rpc_soc.c 1.41 89/05/02 Copyr 1988 Sun Micro";
43#endif
46#endif
44#include <sys/cdefs.h>
45__FBSDID("$FreeBSD: head/lib/libc/rpc/rpc_soc.c 92990 2002-03-22 23:18:37Z obrien $");
47
48#ifdef PORTMAP
49/*
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

--- 528 unchanged lines hidden ---
46
47#ifdef PORTMAP
48/*
49 * rpc_soc.c
50 *
51 * The backward compatibility routines for the earlier implementation
52 * of RPC, where the only transports supported were tcp/ip and udp/ip.
53 * Based on berkeley socket abstraction, now implemented on the top

--- 528 unchanged lines hidden ---