summaryrefslogtreecommitdiffstats
path: root/sys/nfs/rpcv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/rpcv2.h')
-rw-r--r--sys/nfs/rpcv2.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h
index 67a1f69..2360cdc 100644
--- a/sys/nfs/rpcv2.h
+++ b/sys/nfs/rpcv2.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* @(#)rpcv2.h 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: rpcv2.h,v 1.2 1994/08/02 07:52:29 davidg Exp $
*/
+#ifndef _NFS_RPCV2_H_
+#define _NFS_RPCV2_H_
+
/*
* Definitions for Sun RPC Version 2, from
* "RPC: Remote Procedure Call Protocol Specification" RFC1057
@@ -87,3 +90,5 @@
#define RPCMNT_NAMELEN 255
#define RPCMNT_PATHLEN 1024
#define RPCPROG_NFS 100003
+
+#endif
OpenPOWER on IntegriCloud