summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 06:50:16 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 06:50:16 +0000
commit9e34f0cb594345b1c0c0d75fecdc1c0702edd52a (patch)
tree8a21f5d90c6dea0097f9d08e04f38b772c6840a9 /sys/nfsserver
parent2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff)
downloadFreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip
FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfsserver')
-rw-r--r--sys/nfsserver/nfs.h7
-rw-r--r--sys/nfsserver/nfsm_subs.h6
-rw-r--r--sys/nfsserver/nfsrvcache.h7
-rw-r--r--sys/nfsserver/nfsrvstats.h7
4 files changed, 23 insertions, 4 deletions
diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h
index 999df08..acabf8f 100644
--- a/sys/nfsserver/nfs.h
+++ b/sys/nfsserver/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/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h
index 4a849db..603f362 100644
--- a/sys/nfsserver/nfsm_subs.h
+++ b/sys/nfsserver/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/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h
index 8fa2246..00eac6a 100644
--- a/sys/nfsserver/nfsrvcache.h
+++ b/sys/nfsserver/nfsrvcache.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsrvcache.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: nfsrvcache.h,v 1.2 1994/08/02 07:52:25 davidg Exp $
*/
+#ifndef _NFS_NFSRVCACHE_H_
+#define _NFS_NFSRVCACHE_H_
+
/*
* Definitions for the server recent request cache
*/
@@ -83,3 +86,5 @@ struct nfsrvcache {
#define RC_NQNFS 0x10
#define RC_INETADDR 0x20
#define RC_NAM 0x40
+
+#endif
diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h
index 999df08..acabf8f 100644
--- a/sys/nfsserver/nfsrvstats.h
+++ b/sys/nfsserver/nfsrvstats.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