Deleted Added
full compact
klm_prot.x (23037) klm_prot.x (26208)
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 char rcsid[] = "$Id$";
43%static char rcsid[] = "$Id: klm_prot.x,v 1.1 1994/08/04 19:01:45 wollman Exp $";
44%#endif /* not lint */
45#endif
46
47const LM_MAXSTRLEN = 1024;
48
49/*
50 * lock manager status returns
51 */

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

--- 87 unchanged lines hidden ---