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/nfsclient/nfsstats.h | |
parent | 2f3d57ca817f531300bcacd718c8fda721ba7a6f (diff) | |
download | FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.zip FreeBSD-src-9e34f0cb594345b1c0c0d75fecdc1c0702edd52a.tar.gz |
More idempotency....... this is fun :-)
Diffstat (limited to 'sys/nfsclient/nfsstats.h')
-rw-r--r-- | sys/nfsclient/nfsstats.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index 999df08..acabf8f 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -34,9 +34,12 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.1 (Berkeley) 6/10/93 - * $Id: nfs.h,v 1.2 1994/08/02 07:52:04 davidg Exp $ + * $Id: nfs.h,v 1.3 1994/08/04 06:03:46 davidg Exp $ */ +#ifndef _NFS_NFS_H_ +#define _NFS_NFS_H_ + /* * Tunable constants for nfs */ @@ -300,3 +303,5 @@ struct nfsd { #define NFSD_NEEDAUTH 0x08 #define NFSD_AUTHFAIL 0x10 #endif /* KERNEL */ + +#endif |