nlm_prot.x (603c86672ce346f0fde026a4bd1cee3d782f5634) nlm_prot.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf)
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%#include <sys/cdefs.h>
13%#ifndef lint
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%#include <sys/cdefs.h>
13%#ifndef lint
14%static const char rcsid[] =
15% "$FreeBSD$";
16%/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/
17%/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
18%__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
19%#endif /* not lint */
14%/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/
15%/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
16%__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
17%#endif /* not lint */
18%__FBSDID("$FreeBSD$");
20#endif
21
22/*
23 * status of a call to the lock manager
24 */
25enum nlm_stats {
26 nlm_granted = 0,
27 nlm_denied = 1,

--- 301 unchanged lines hidden ---
19#endif
20
21/*
22 * status of a call to the lock manager
23 */
24enum nlm_stats {
25 nlm_granted = 0,
26 nlm_denied = 1,

--- 301 unchanged lines hidden ---