Deleted Added
sdiff udiff text old ( 31305 ) new ( 31387 )
full compact
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[] =
14% "$Id: nlm_prot.x,v 1.5 1997/10/31 12:26:50 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 ---