Deleted Added
full compact
getpublickey.c (90271) getpublickey.c (92990)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

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

21 *
22 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
23 * or profits or other special, indirect and consequential damages, even if
24 * Sun has been advised of the possibility of such damages.
25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user or with the express written consent of
8 * Sun Microsystems, Inc.

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

21 *
22 * In no event will Sun Microsystems, Inc. be liable for any lost revenue
23 * or profits or other special, indirect and consequential damages, even if
24 * Sun has been advised of the possibility of such damages.
25 *
26 * Sun Microsystems, Inc.
27 * 2550 Garcia Avenue
28 * Mountain View, California 94043
29 *
30 * $FreeBSD: head/lib/libc/rpc/getpublickey.c 90271 2002-02-05 23:43:43Z alfred $
31 */
32#if !defined(lint) && defined(SCCSIDS)
33static char sccsid[] = "@(#)publickey.c 1.10 91/03/11 Copyr 1986 Sun Micro";
34#endif
29 */
30#if !defined(lint) && defined(SCCSIDS)
31static char sccsid[] = "@(#)publickey.c 1.10 91/03/11 Copyr 1986 Sun Micro";
32#endif
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/lib/libc/rpc/getpublickey.c 92990 2002-03-22 23:18:37Z obrien $");
35
36/*
37 * publickey.c
38 * Copyright (C) 1986, Sun Microsystems, Inc.
39 */
40
41/*
42 * Public key lookup routines

--- 136 unchanged lines hidden ---
35
36/*
37 * publickey.c
38 * Copyright (C) 1986, Sun Microsystems, Inc.
39 */
40
41/*
42 * Public key lookup routines

--- 136 unchanged lines hidden ---