diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-15 23:02:35 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-15 23:02:35 +0000 |
| commit | 762e6b856c64ee48f286a7f0b45d0067e556b252 (patch) | |
| tree | cf4d02d65f6e44871147fef3ce69de82368a30e5 /sys/ntfs | |
| parent | 0b994c2e87a9de9d7eb48152a943ca4c21a4f788 (diff) | |
Notes
Diffstat (limited to 'sys/ntfs')
| -rw-r--r-- | sys/ntfs/ntfs_vfsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index 9ad077583109..6bc05551166c 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -53,6 +53,7 @@ #include <vm/vm_page.h> #include <vm/vm_object.h> #include <vm/vm_extern.h> +#include <vm/vm_zone.h> #if defined(__NetBSD__) #include <miscfs/specfs/specdev.h> @@ -316,7 +317,7 @@ ntfs_mount ( /* can't get devvp!*/ goto error_1; } - + NDFREE(ndp, NDF_ONLY_PNBUF); devvp = ndp->ni_vp; #if defined(__FreeBSD__) |
