summaryrefslogtreecommitdiff
path: root/nfsd/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:53:51 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:53:51 +0000
commitf15a186f9b4af1fa96eb827fd17074d4f9cb2547 (patch)
tree8a4dc79854e383d473ed48f99109124cfb390694 /nfsd/ChangeLog
parent8c01aac81f9a7a3399f0e715600baab0b94d0a4c (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* cache.c (create_cached_handle): Use munmap instead of vm_deallocate.
Diffstat (limited to 'nfsd/ChangeLog')
-rw-r--r--nfsd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog
index f7f28303..c32cfd98 100644
--- a/nfsd/ChangeLog
+++ b/nfsd/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * cache.c (create_cached_handle): Use munmap instead of
+ vm_deallocate.
+
1998-12-20 Roland McGrath <roland@baalperazim.frob.com>
* loop.c (server_loop): Cosmetic.