diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 14:06:25 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 14:06:25 +0000 |
| commit | 3b67b033e13f7ec6e860f8077f1e5d3c6eff8f10 (patch) | |
| tree | 52da7ea247e10a2b4cd6c688776a02f46ec3be09 /sys/nfs/nfs_vfsops.c | |
| parent | b34683ca29a74d6f28fa6c6a9d120120e16907b3 (diff) | |
Notes
Diffstat (limited to 'sys/nfs/nfs_vfsops.c')
| -rw-r--r-- | sys/nfs/nfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 011b4ab2b211..ca4490516405 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.12 (Berkeley) 5/20/95 - * $Id: nfs_vfsops.c,v 1.48 1997/09/10 19:52:26 phk Exp $ + * $Id: nfs_vfsops.c,v 1.49 1997/10/12 20:25:49 phk Exp $ */ #include <sys/param.h> @@ -64,8 +64,8 @@ #include <nfs/rpcv2.h> #include <nfs/nfsproto.h> -#include <nfs/nfsnode.h> #include <nfs/nfs.h> +#include <nfs/nfsnode.h> #include <nfs/nfsmount.h> #include <nfs/xdr_subs.h> #include <nfs/nfsm_subs.h> |
