From 608a0a8a08ccdaf05873279b51e1e519e82aff18 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 14 Jun 2008 01:10:43 +0000 Subject: accidentally deleted a little bit too much, oops --- lib/librpcsvc/nlm_prot.x | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/librpcsvc/nlm_prot.x b/lib/librpcsvc/nlm_prot.x index 2031fd491ed..9627e598a29 100644 --- a/lib/librpcsvc/nlm_prot.x +++ b/lib/librpcsvc/nlm_prot.x @@ -1,4 +1,9 @@ -/* $OpenBSD: nlm_prot.x,v 1.6 2008/06/13 23:49:25 deraadt Exp $ */ +/* $OpenBSD: nlm_prot.x,v 1.7 2008/06/14 01:10:43 deraadt Exp $ */ + +#ifdef RPC_HDR +%#define LM_MAXSTRLEN 1024 +%#define MAXNAMELEN LM_MAXSTRLEN+1 +#endif enum nlm_stats { nlm_granted = 0, -- cgit v1.2.3-59-g8ed1b