diff options
author | paul <paul@FreeBSD.org> | 1994-08-21 06:50:16 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1994-08-21 06:50:16 +0000 |
commit | 9e34f0cb594345b1c0c0d75fecdc1c0702edd52a (patch) | |
tree | 8a21f5d90c6dea0097f9d08e04f38b772c6840a9 /sys/nfs/rpcv2.h | |
parent | 2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff) | |
download | FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz |
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfs/rpcv2.h')
-rw-r--r-- | sys/nfs/rpcv2.h | 7 |
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 |