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

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

35 * local lock manager. The local lock manager is a deamon running
36 * above the kernel.
37 */
38
39#ifndef RPC_HDR
40%#ifndef lint
41%/*static char sccsid[] = "from: @(#)klm_prot.x 1.7 87/07/08 Copyr 1987 Sun Micro";*/
42%/*static char sccsid[] = "from: @(#)klm_prot.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 *

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

35 * local lock manager. The local lock manager is a deamon running
36 * above the kernel.
37 */
38
39#ifndef RPC_HDR
40%#ifndef lint
41%/*static char sccsid[] = "from: @(#)klm_prot.x 1.7 87/07/08 Copyr 1987 Sun Micro";*/
42%/*static char sccsid[] = "from: @(#)klm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
43%static const char rcsid[] = "$Id: klm_prot.x,v 1.4 1997/05/28 04:38:14 wpaul Exp $";
43%static const char rcsid[] =
44% "$FreeBSD: head/include/rpcsvc/klm_prot.x 50473 1999-08-27 23:45:13Z peter $";
44%#endif /* not lint */
45#endif
46
47const LM_MAXSTRLEN = 1024;
48
49/*
50 * lock manager status returns
51 */

--- 87 unchanged lines hidden ---
45%#endif /* not lint */
46#endif
47
48const LM_MAXSTRLEN = 1024;
49
50/*
51 * lock manager status returns
52 */

--- 87 unchanged lines hidden ---