diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 19:27:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 19:27:16 +0000 |
commit | 3d61f2753ec54a736174bd59ff558ef4515c23b5 (patch) | |
tree | a4a594f20ca8060bc33759701af84f189724f0f2 /lib/librpcsvc/nlm_prot.x | |
parent | 6f2342912ef030cac60851b5e5ee4561d2038bc3 (diff) |
state should be an int
Diffstat (limited to 'lib/librpcsvc/nlm_prot.x')
-rw-r--r-- | lib/librpcsvc/nlm_prot.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librpcsvc/nlm_prot.x b/lib/librpcsvc/nlm_prot.x index d040b6ea8f1..d6cd39e79bc 100644 --- a/lib/librpcsvc/nlm_prot.x +++ b/lib/librpcsvc/nlm_prot.x @@ -12,7 +12,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[] = "$Id: nlm_prot.x,v 1.1 1995/10/18 08:43:10 deraadt Exp $"; +%static char rcsid[] = "$Id: nlm_prot.x,v 1.2 1997/08/01 19:27:15 deraadt Exp $"; %#endif /* not lint */ #endif @@ -135,7 +135,7 @@ struct nlm_shareres { struct nlm_notify { string name<MAXNAMELEN>; - long state; + int state; }; /* |