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

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

32 * Copyright (C) 1986 Sun Microsystems, Inc.
33 *
34 */
35
36#ifndef RPC_HDR
37%#ifndef lint
38%/*static char sccsid[] = "from: @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";*/
39%/*static char sccsid[] = "from: @(#)sm_inter.x 2.2 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 *

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

32 * Copyright (C) 1986 Sun Microsystems, Inc.
33 *
34 */
35
36#ifndef RPC_HDR
37%#ifndef lint
38%/*static char sccsid[] = "from: @(#)sm_inter.x 1.7 87/06/24 Copyr 1987 Sun Micro";*/
39%/*static char sccsid[] = "from: @(#)sm_inter.x 2.2 88/08/01 4.0 RPCSRC";*/
40%static char rcsid[] = "$Id$";
40%static char rcsid[] = "$Id: sm_inter.x,v 1.1 1994/08/04 19:01:53 wollman Exp $";
41%#endif /* not lint */
42#endif
43
44program SM_PROG {
45 version SM_VERS {
46 /* res_stat = stat_succ if status monitor agrees to monitor */
47 /* res_stat = stat_fail if status monitor cannot monitor */
48 /* if res_stat == stat_succ, state = state number of site sm_name */

--- 72 unchanged lines hidden ---
41%#endif /* not lint */
42#endif
43
44program SM_PROG {
45 version SM_VERS {
46 /* res_stat = stat_succ if status monitor agrees to monitor */
47 /* res_stat = stat_fail if status monitor cannot monitor */
48 /* if res_stat == stat_succ, state = state number of site sm_name */

--- 72 unchanged lines hidden ---