Deleted Added
full compact
chkey.c (87240) chkey.c (87628)
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.

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

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
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.

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

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
31#include <sys/cdefs.h>
32
33__FBSDID("$FreeBSD: head/usr.bin/chkey/chkey.c 87240 2001-12-02 23:12:33Z markm $");
34
31#if 0
35#ifndef lint
32#ifndef lint
36static const char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro";
33static char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro";
37#endif
34#endif
35#endif
38
36
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/usr.bin/chkey/chkey.c 87628 2001-12-10 21:13:08Z dwmalone $");
39
39/*
40 * Copyright (C) 1986, Sun Microsystems, Inc.
41 */
42
43/*
44 * Command to change one's public key in the public key database
45 */
46#include <rpc/rpc.h>

--- 255 unchanged lines hidden ---
40/*
41 * Copyright (C) 1986, Sun Microsystems, Inc.
42 */
43
44/*
45 * Command to change one's public key in the public key database
46 */
47#include <rpc/rpc.h>

--- 255 unchanged lines hidden ---