diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-17 12:32:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-17 12:32:12 +0000 |
commit | 00b817ba7dabadac798694d6c29475d323c12abf (patch) | |
tree | c69083d4ef839c446d07e7b9b2254c009d3d13ee /lib/librpcsvc/nlm_prot.x | |
parent | 6f1afb03a5d11240562513b6e4fc6199cff99b76 (diff) |
pretty
Diffstat (limited to 'lib/librpcsvc/nlm_prot.x')
-rw-r--r-- | lib/librpcsvc/nlm_prot.x | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/librpcsvc/nlm_prot.x b/lib/librpcsvc/nlm_prot.x index 866ef9b2ea8..47c6389fe3e 100644 --- a/lib/librpcsvc/nlm_prot.x +++ b/lib/librpcsvc/nlm_prot.x @@ -1,4 +1,4 @@ -/* $OpenBSD: nlm_prot.x,v 1.3 1997/08/19 07:54:48 niklas Exp $ */ +/* $OpenBSD: nlm_prot.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $ */ /* * Network lock manager protocol definition @@ -14,7 +14,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$OpenBSD: nlm_prot.x,v 1.3 1997/08/19 07:54:48 niklas Exp $"; +%static char rcsid[] = "$OpenBSD: nlm_prot.x,v 1.4 2004/01/17 12:32:11 deraadt Exp $"; %#endif /* not lint */ #endif @@ -77,20 +77,20 @@ struct nlm_lockargs { }; struct nlm_cancargs { - netobj cookie; + netobj cookie; bool block; bool exclusive; struct nlm_lock alock; }; struct nlm_testargs { - netobj cookie; + netobj cookie; bool exclusive; struct nlm_lock alock; }; struct nlm_unlockargs { - netobj cookie; + netobj cookie; struct nlm_lock alock; }; |