summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsmount.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/nfsclient/nfsmount.h
parent2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff)
downloadFreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip
FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfsclient/nfsmount.h')
-rw-r--r--sys/nfsclient/nfsmount.h7
1 files changed, 6 insertions, 1 deletions
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
OpenPOWER on IntegriCloud