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/nfs_common.h | |
parent | 2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff) | |
download | FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz |
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfs/nfs_common.h')
-rw-r--r-- | sys/nfs/nfs_common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index 4a849db..603f362 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -34,9 +34,12 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.1 (Berkeley) 6/16/93 - * $Id$ + * $Id: nfsm_subs.h,v 1.2 1994/08/02 07:52:20 davidg Exp $ */ +#ifndef _NFS_NFSM_SUBS_H_ +#define _NFS_NFSM_SUBS_H_ + /* * These macros do strange and peculiar things to mbuf chains for * the assistance of the nfs code. To attempt to use them for any @@ -268,3 +271,4 @@ extern struct mbuf *nfsm_reqh(); txdr_hyper(&vap->va_filerev, &fp->fa_nqfilerev); \ } +#endif |