diff options
author | 2008-06-14 01:10:43 +0000 | |
---|---|---|
committer | 2008-06-14 01:10:43 +0000 | |
commit | 608a0a8a08ccdaf05873279b51e1e519e82aff18 (patch) | |
tree | 000411d3136179d3841ea06a2dbd5fd29dfd3c69 | |
parent | Move ike and flow peer selection to common function. (diff) | |
download | wireguard-openbsd-608a0a8a08ccdaf05873279b51e1e519e82aff18.tar.xz wireguard-openbsd-608a0a8a08ccdaf05873279b51e1e519e82aff18.zip |
accidentally deleted a little bit too much, oops
-rw-r--r-- | lib/librpcsvc/nlm_prot.x | 7 |
1 files changed, 6 insertions, 1 deletions
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, |