diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-02-26 21:11:08 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-02-26 21:11:08 +0000 |
| commit | 3e38f8960850e5bcda312ee6ad30bf85cdd7fa3c (patch) | |
| tree | ff446d0dc6213be39bc21520a4219b18bd3b746f /include/rpcsvc | |
| parent | 7e055f73f4441efc18bae975e376f10a53f8c64d (diff) | |
Notes
Diffstat (limited to 'include/rpcsvc')
| -rw-r--r-- | include/rpcsvc/bootparam_prot.x | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/rpcsvc/bootparam_prot.x b/include/rpcsvc/bootparam_prot.x index 44c1e6820befc..a6d4f0ee022fc 100644 --- a/include/rpcsvc/bootparam_prot.x +++ b/include/rpcsvc/bootparam_prot.x @@ -41,12 +41,16 @@ %#include <rpc/types.h> %#include <sys/time.h> %#include <sys/errno.h> +%#include <sys/param.h> +%#include <sys/syslimits.h> +%#include <sys/ucred.h> +%#include <nfs/nfsv2.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 1993/09/14 17:42:42 jtc Exp $"; +%static char rcsid[] = "bootparam_prot.x,v 1.1 1994/08/04 19:01:44 wollman Exp"; %#endif /* not lint */ #endif |
