diff options
author | 1996-04-17 07:32:02 +0000 | |
---|---|---|
committer | 1996-04-17 07:32:02 +0000 | |
commit | 2cf101e082b6cd3a8a6f4ca2bde3e9f6f16b183f (patch) | |
tree | d1b109a83429666becf1f26b65688a84263f4ddb | |
parent | Make setting up Kerberos accounts work again (diff) | |
download | wireguard-openbsd-2cf101e082b6cd3a8a6f4ca2bde3e9f6f16b183f.tar.xz wireguard-openbsd-2cf101e082b6cd3a8a6f4ca2bde3e9f6f16b183f.zip |
kerberos nfs requires an additional include
-rw-r--r-- | lib/librpcsvc/bootparam_prot.x | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librpcsvc/bootparam_prot.x b/lib/librpcsvc/bootparam_prot.x index 2a5a77d25fa..948f24201c8 100644 --- a/lib/librpcsvc/bootparam_prot.x +++ b/lib/librpcsvc/bootparam_prot.x @@ -44,12 +44,13 @@ %#include <sys/errno.h> %#include <sys/ucred.h> %#include <nfs/nfsv2.h> +%#include <nfs/rpcv2.h> %#include <nfs/nfs.h> #else %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: bootparam_prot.x,v 1.1.1.1 1995/10/18 08:43:10 deraadt Exp $"; +%static char rcsid[] = "$Id: bootparam_prot.x,v 1.2 1996/04/17 07:32:02 deraadt Exp $"; %#endif /* not lint */ #endif |