Deleted Added
full compact
nlm_prot.x (31305) nlm_prot.x (31387)
1/* @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC */
2/* @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro */
3
1/*
2 * Network lock manager protocol definition
3 * Copyright (C) 1986 Sun Microsystems, Inc.
4 *
5 * protocol used between local lock manager and remote lock manager
6 */
7
8#ifdef RPC_HDR
9%#define LM_MAXSTRLEN 1024
10%#define MAXNAMELEN LM_MAXSTRLEN+1
11#else
12%#ifndef lint
13%static const char rcsid[] =
4/*
5 * Network lock manager protocol definition
6 * Copyright (C) 1986 Sun Microsystems, Inc.
7 *
8 * protocol used between local lock manager and remote lock manager
9 */
10
11#ifdef RPC_HDR
12%#define LM_MAXSTRLEN 1024
13%#define MAXNAMELEN LM_MAXSTRLEN+1
14#else
15%#ifndef lint
16%static const char rcsid[] =
14% "$Id: nlm_prot.x,v 1.5 1997/10/31 12:26:50 charnier Exp $";
17% "$Id: nlm_prot.x,v 1.6 1997/11/20 07:18:03 charnier Exp $";
15%#endif /* not lint */
16#endif
17
18/*
19 * status of a call to the lock manager
20 */
21enum nlm_stats {
22 nlm_granted = 0,

--- 159 unchanged lines hidden ---
18%#endif /* not lint */
19#endif
20
21/*
22 * status of a call to the lock manager
23 */
24enum nlm_stats {
25 nlm_granted = 0,

--- 159 unchanged lines hidden ---