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