summaryrefslogtreecommitdiff
path: root/ufs/dir.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-06 00:09:18 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-06 00:09:18 +0000
commitcff38d5a7933713b5ccd8838c677851d79c9b09a (patch)
treeb837d6933dbdf7b6ef291166f47cd56223103a34 /ufs/dir.c
parentf481e1a162c36000c2b1ba3832314edcb6328d77 (diff)
Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Repair typo. Reported by Yamashita TAKAO <jargon@lares.dti.ne.jp>.
Diffstat (limited to 'ufs/dir.c')
-rw-r--r--ufs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/dir.c b/ufs/dir.c
index c17549c2..c0352d03 100644
--- a/ufs/dir.c
+++ b/ufs/dir.c
@@ -295,7 +295,7 @@ diskfs_lookup_hard (struct node *dp, const char *name, enum lookup_type type,
|| !ds
|| ds->type == LOOKUP)
{
- vm_deallocate ((caddr_t) buf, buflen);
+ munmap ((caddr_t) buf, buflen);
if (ds)
ds->type = LOOKUP; /* set to be ignored by drop_dirstat */
}