Deleted Added
full compact
authdes_prot.c (92889) authdes_prot.c (92990)
1#if defined(LIBC_SCCS) && !defined(lint)
2static char sccsid[] = "@(#)authdes_prot.c 2.1 88/07/29 4.0 RPCSRC; from 1.6 88/02/08 SMI";
3#endif
1#if defined(LIBC_SCCS) && !defined(lint)
2static char sccsid[] = "@(#)authdes_prot.c 2.1 88/07/29 4.0 RPCSRC; from 1.6 88/02/08 SMI";
3#endif
4/* $FreeBSD: head/lib/libc/rpc/authdes_prot.c 92889 2002-03-21 18:49:23Z obrien $ */
4#include <sys/cdefs.h>
5__FBSDID("$FreeBSD: head/lib/libc/rpc/authdes_prot.c 92990 2002-03-22 23:18:37Z obrien $");
6
5/*
6 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
7 * unrestricted use provided that this legend is included on all tape
8 * media and as a part of the software program in whole or part. Users
9 * may copy or modify Sun RPC without charge, but are not authorized
10 * to license or distribute it to anyone else except as part of a product or
11 * program developed by the user.
12 *

--- 79 unchanged lines hidden ---
7/*
8 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
9 * unrestricted use provided that this legend is included on all tape
10 * media and as a part of the software program in whole or part. Users
11 * may copy or modify Sun RPC without charge, but are not authorized
12 * to license or distribute it to anyone else except as part of a product or
13 * program developed by the user.
14 *

--- 79 unchanged lines hidden ---