summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsv2.h
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/nfs/nfsv2.h
parent2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff)
downloadFreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip
FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfs/nfsv2.h')
-rw-r--r--sys/nfs/nfsv2.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/nfs/nfsv2.h b/sys/nfs/nfsv2.h
index fb557c8..62ba338 100644
--- a/sys/nfs/nfsv2.h
+++ b/sys/nfs/nfsv2.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsv2.h 8.1 (Berkeley) 6/10/93
- * $Id: nfsv2.h,v 1.2 1994/08/02 07:52:26 davidg Exp $
+ * $Id: nfsv2.h,v 1.3 1994/08/18 22:35:37 wollman Exp $
*/
+#ifndef _NFS_NFSV2_H_
+#define _NFS_NFSV2_H_
+
/*
* nfs definitions as per the version 2 specs
*/
@@ -258,3 +261,5 @@ struct nfsv2_statfs {
u_long sf_files; /* Nqnfs only */
u_long sf_ffree; /* ditto */
};
+
+#endif
OpenPOWER on IntegriCloud