Deleted Added
full compact
rnusers.x (41557) rnusers.x (50473)
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.
8 *

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

30/*
31 * Find out about remote users
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/
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.
8 *

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

30/*
31 * Find out about remote users
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/
38%static const char rcsid[] = "$Id: rnusers.x,v 1.4 1997/05/28 04:38:19 wpaul Exp $";
38%static const char rcsid[] =
39% "$FreeBSD: head/include/rpcsvc/rnusers.x 50473 1999-08-27 23:45:13Z peter $";
39%#endif /* not lint */
40#endif
41
42const MAXUSERS = 100;
43const MAXUTLEN = 256;
44
45struct utmp {
46 string ut_line<MAXUTLEN>;

--- 76 unchanged lines hidden ---
40%#endif /* not lint */
41#endif
42
43const MAXUSERS = 100;
44const MAXUTLEN = 256;
45
46struct utmp {
47 string ut_line<MAXUTLEN>;

--- 76 unchanged lines hidden ---