Deleted Added
full compact
rpcb_prot.c (125667) rpcb_prot.c (136581)
1/* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl 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

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

29 * Mountain View, California 94043
30 */
31/*
32 * Copyright (c) 1986-1991 by Sun Microsystems Inc.
33 */
34
35/* #ident "@(#)rpcb_prot.c 1.13 94/04/24 SMI" */
36
1/* $NetBSD: rpcb_prot.c,v 1.3 2000/07/14 08:40:42 fvdl 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

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

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

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

--- 281 unchanged lines hidden ---