Deleted Added
full compact
rpcb_prot.c (90271) rpcb_prot.c (92990)
1/* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl Exp $ */
1/* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl Exp $ */
2/* $FreeBSD: head/lib/libc/rpc/rpcb_prot.c 90271 2002-02-05 23:43:43Z alfred $ */
2/* $FreeBSD: head/lib/libc/rpc/rpcb_prot.c 92990 2002-03-22 23:18:37Z obrien $ */
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.

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

30 * Mountain View, California 94043
31 */
32/*
33 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
34 */
35
36/* #ident "@(#)rpcb_prot.c 1.13 94/04/24 SMI" */
37
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.

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

30 * Mountain View, California 94043
31 */
32/*
33 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
34 */
35
36/* #ident "@(#)rpcb_prot.c 1.13 94/04/24 SMI" */
37
38#if 0
39#if !defined(lint) && defined(SCCSIDS)
40static char sccsid[] = "@(#)rpcb_prot.c 1.9 89/04/21 Copyr 1984 Sun Micro";
41#endif
38#if !defined(lint) && defined(SCCSIDS)
39static char sccsid[] = "@(#)rpcb_prot.c 1.9 89/04/21 Copyr 1984 Sun Micro";
40#endif
42#endif
41#include <sys/cdefs.h>
42__FBSDID("$FreeBSD: head/lib/libc/rpc/rpcb_prot.c 92990 2002-03-22 23:18:37Z obrien $");
43
44/*
45 * rpcb_prot.c
46 * XDR routines for the rpcbinder version 3.
47 *
48 * Copyright (C) 1984, 1988, Sun Microsystems, Inc.
49 */
50

--- 281 unchanged lines hidden ---
43
44/*
45 * rpcb_prot.c
46 * XDR routines for the rpcbinder version 3.
47 *
48 * Copyright (C) 1984, 1988, Sun Microsystems, Inc.
49 */
50

--- 281 unchanged lines hidden ---