Make self-contained.

This commit is contained in:
Ralf Corsepius
2011-05-12 04:10:20 +00:00
parent 94523dec71
commit 7e1d1e4b9a
4 changed files with 12 additions and 0 deletions

View File

@@ -40,6 +40,8 @@
#ifndef _NFS_NFSPROTO_H_
#define _NFS_NFSPROTO_H_
#include <sys/mount.h> /* fhandle_t */
/*
* nfs definitions as per the Version 2 and 3 specs
*/

View File

@@ -36,6 +36,11 @@
#ifndef _NFS_NFSDISKLESS_H_
#define _NFS_NFSDISKLESS_H_
#include <netinet/in.h> /* struct sockaddr_in */
#include <net/if.h>
#include <nfs/nfsproto.h> /* NFSX_V3FHMAX */
#include <nfsclient/nfsargs.h> /* struct nfs_args */
/*
* Structure that must be initialized for a diskless nfs client.
* This structure is used by nfs_mountroot() to set up the root and swap

View File

@@ -61,6 +61,7 @@
#include <sys/types.h>
#include <sys/cdefs.h>
#include <stdio.h>
#include <netinet/in.h> /* struct in_addr */
/*
* Revision information. This is the release date in YYYYMMDD format.

View File

@@ -37,6 +37,10 @@
#ifndef _SYS_UCRED_H_
#define _SYS_UCRED_H_
#if defined(__rtems__)
#include <sys/param.h> /* NGROUPS */
#endif
/*
* Credentials.
*/