Deleted Added
full compact
update.c (30378) update.c (50479)
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.

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

28 * Mountain View, California 94043
29 */
30
31#ifndef lint
32#if 0
33static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro";
34#endif
35static const char rcsid[] =
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.

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

28 * Mountain View, California 94043
29 */
30
31#ifndef lint
32#if 0
33static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro";
34#endif
35static const char rcsid[] =
36 "$Id$";
36 "$FreeBSD: head/usr.sbin/rpc.ypupdated/update.c 50479 1999-08-28 01:35:59Z peter $";
37#endif /* not lint */
38
39/*
40 * Copyright (C) 1986, 1989, Sun Microsystems, Inc.
41 */
42
43/*
44 * Administrative tool to add a new user to the publickey database

--- 319 unchanged lines hidden ---
37#endif /* not lint */
38
39/*
40 * Copyright (C) 1986, 1989, Sun Microsystems, Inc.
41 */
42
43/*
44 * Administrative tool to add a new user to the publickey database

--- 319 unchanged lines hidden ---