summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsv2.h
diff options
context:
space:
mode:
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