diff options
| author | Paul Richards <paul@FreeBSD.org> | 1994-08-21 06:50:16 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1994-08-21 06:50:16 +0000 |
| commit | 33420ec6e765d8f873ab8f627fc00adc2b08301f (patch) | |
| tree | 8a21f5d90c6dea0097f9d08e04f38b772c6840a9 /sys/nfs/nfsnode.h | |
| parent | 62c72b0ca9fb7fa904e39effa9c915e636d53167 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfsnode.h')
| -rw-r--r-- | sys/nfs/nfsnode.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/nfs/nfsnode.h b/sys/nfs/nfsnode.h index ab8887327fd7..0eb12b382d14 100644 --- a/sys/nfs/nfsnode.h +++ b/sys/nfs/nfsnode.h @@ -34,9 +34,12 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.4 (Berkeley) 2/13/94 - * $Id: nfsnode.h,v 1.3 1994/08/08 17:30:55 davidg Exp $ + * $Id: nfsnode.h,v 1.4 1994/08/09 15:10:14 davidg Exp $ */ +#ifndef _NFS_NFSNODE_H_ +#define _NFS_NFSNODE_H_ + /* * Silly rename structure that hangs off the nfsnode until the name * can be removed by nfs_inactive() @@ -165,3 +168,5 @@ int nfs_truncate __P((struct vop_truncate_args *)); int nfs_update __P((struct vop_update_args *)); int nfs_bwrite __P((struct vop_bwrite_args *)); #endif /* KERNEL */ + +#endif |
