summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs.h7
-rw-r--r--sys/nfsclient/nfsargs.h7
-rw-r--r--sys/nfsclient/nfsdiskless.h7
-rw-r--r--sys/nfsclient/nfsm_subs.h6
-rw-r--r--sys/nfsclient/nfsmount.h7
-rw-r--r--sys/nfsclient/nfsnode.h7
-rw-r--r--sys/nfsclient/nfsstats.h7
7 files changed, 41 insertions, 7 deletions
diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h
index 999df08..acabf8f 100644
--- a/sys/nfsclient/nfs.h
+++ b/sys/nfsclient/nfs.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
- * $Id: nfs.h,v 1.2 1994/08/02 07:52:04 davidg Exp $
+ * $Id: nfs.h,v 1.3 1994/08/04 06:03:46 davidg Exp $
*/
+#ifndef _NFS_NFS_H_
+#define _NFS_NFS_H_
+
/*
* Tunable constants for nfs
*/
@@ -300,3 +303,5 @@ struct nfsd {
#define NFSD_NEEDAUTH 0x08
#define NFSD_AUTHFAIL 0x10
#endif /* KERNEL */
+
+#endif
diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h
index 999df08..acabf8f 100644
--- a/sys/nfsclient/nfsargs.h
+++ b/sys/nfsclient/nfsargs.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
- * $Id: nfs.h,v 1.2 1994/08/02 07:52:04 davidg Exp $
+ * $Id: nfs.h,v 1.3 1994/08/04 06:03:46 davidg Exp $
*/
+#ifndef _NFS_NFS_H_
+#define _NFS_NFS_H_
+
/*
* Tunable constants for nfs
*/
@@ -300,3 +303,5 @@ struct nfsd {
#define NFSD_NEEDAUTH 0x08
#define NFSD_AUTHFAIL 0x10
#endif /* KERNEL */
+
+#endif
diff --git a/sys/nfsclient/nfsdiskless.h b/sys/nfsclient/nfsdiskless.h
index a546fc3..5df85e0 100644
--- a/sys/nfsclient/nfsdiskless.h
+++ b/sys/nfsclient/nfsdiskless.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsdiskless.h 8.1 (Berkeley) 6/10/93
- * $Id: nfsdiskless.h,v 1.2 1994/08/02 07:52:19 davidg Exp $
+ * $Id: nfsdiskless.h,v 1.3 1994/08/05 09:28:49 davidg Exp $
*/
+#ifndef _NFS_NFSDISKLESS_H_
+#define _NFS_NFSDISKLESS_H_
+
/*
* Structure that must be initialized for a diskless nfs client.
* This structure is used by nfs_mountroot() to set up the root and swap
@@ -65,3 +68,5 @@ struct nfs_diskless {
long root_time; /* Timestamp of root fs */
char my_hostnam[MAXHOSTNAMELEN]; /* Client host name */
};
+
+#endif
diff --git a/sys/nfsclient/nfsm_subs.h b/sys/nfsclient/nfsm_subs.h
index 4a849db..603f362 100644
--- a/sys/nfsclient/nfsm_subs.h
+++ b/sys/nfsclient/nfsm_subs.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsm_subs.h 8.1 (Berkeley) 6/16/93
- * $Id$
+ * $Id: nfsm_subs.h,v 1.2 1994/08/02 07:52:20 davidg Exp $
*/
+#ifndef _NFS_NFSM_SUBS_H_
+#define _NFS_NFSM_SUBS_H_
+
/*
* These macros do strange and peculiar things to mbuf chains for
* the assistance of the nfs code. To attempt to use them for any
@@ -268,3 +271,4 @@ extern struct mbuf *nfsm_reqh();
txdr_hyper(&vap->va_filerev, &fp->fa_nqfilerev); \
}
+#endif
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h
index 5cb1cc2..78ba00b 100644
--- a/sys/nfsclient/nfsmount.h
+++ b/sys/nfsclient/nfsmount.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsmount.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: nfsmount.h,v 1.2 1994/08/02 07:52:21 davidg Exp $
*/
+#ifndef _NFS_NFSMOUNT_H_
+#define _NFS_NFSMOUNT_H_
+
/*
* Mount structure.
* One allocated on every NFS mount.
@@ -126,3 +129,5 @@ int nfs_vptofh __P((
struct vnode *vp,
struct fid *fhp));
int nfs_init __P(());
+
+#endif
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index ab88873..0eb12b3 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.4 (Berkeley) 2/13/94
- * $Id: nfsnode.h,v 1.3 1994/08/08 17:30:55 davidg Exp $
+ * $Id: nfsnode.h,v 1.4 1994/08/09 15:10:14 davidg Exp $
*/
+#ifndef _NFS_NFSNODE_H_
+#define _NFS_NFSNODE_H_
+
/*
* Silly rename structure that hangs off the nfsnode until the name
* can be removed by nfs_inactive()
@@ -165,3 +168,5 @@ int nfs_truncate __P((struct vop_truncate_args *));
int nfs_update __P((struct vop_update_args *));
int nfs_bwrite __P((struct vop_bwrite_args *));
#endif /* KERNEL */
+
+#endif
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h
index 999df08..acabf8f 100644
--- a/sys/nfsclient/nfsstats.h
+++ b/sys/nfsclient/nfsstats.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
- * $Id: nfs.h,v 1.2 1994/08/02 07:52:04 davidg Exp $
+ * $Id: nfs.h,v 1.3 1994/08/04 06:03:46 davidg Exp $
*/
+#ifndef _NFS_NFS_H_
+#define _NFS_NFS_H_
+
/*
* Tunable constants for nfs
*/
@@ -300,3 +303,5 @@ struct nfsd {
#define NFSD_NEEDAUTH 0x08
#define NFSD_AUTHFAIL 0x10
#endif /* KERNEL */
+
+#endif
OpenPOWER on IntegriCloud