summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfsrtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfsrtt.h')
-rw-r--r--sys/nfs/nfsrtt.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/nfs/nfsrtt.h b/sys/nfs/nfsrtt.h
index f0be0e0..4463f62 100644
--- a/sys/nfs/nfsrtt.h
+++ b/sys/nfs/nfsrtt.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)nfsrtt.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: nfsrtt.h,v 1.2 1994/08/02 07:52:24 davidg Exp $
*/
+#ifndef _NFS_NFSRTT_H_
+#define _NFS_NFSRTT_H_
+
/*
* Definitions for performance monitor.
* The client and server logging are turned on by setting the global
@@ -95,3 +98,5 @@ struct nfsdrt {
struct timeval tstamp; /* Timestamp of log entry */
} drt[NFSRTTLOGSIZ];
};
+
+#endif
OpenPOWER on IntegriCloud