summaryrefslogtreecommitdiff
path: root/libpipe/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:51:36 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:51:36 +0000
commitb393ef99cfca111589793d0cf469184cc149918b (patch)
tree997b53df978b1c4d7af68cc0045f1db6bac08be6 /libpipe/ChangeLog
parentf3e41afcc2e04bad2016382f70c4f4c066dc9ded (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* pq.c (free_packets): Use munmap instead of vm_deallocate.
Diffstat (limited to 'libpipe/ChangeLog')
-rw-r--r--libpipe/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpipe/ChangeLog b/libpipe/ChangeLog
index c95d471f..41347672 100644
--- a/libpipe/ChangeLog
+++ b/libpipe/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * pq.c (free_packets): Use munmap instead of vm_deallocate.
+
1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
* pq.c (free_packets): Add braces to silence gcc warning.