diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:31:51 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:31:51 +0000 |
commit | 5b1ade980a0f2b0de705c08954baddb816023c4c (patch) | |
tree | 640e146115018ac8a1033009b1e2bcbdc509e9da /pflocal/ChangeLog | |
parent | 07ac809a3395c5776fec2f2a50e2f8eaa6be459f (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate.
Diffstat (limited to 'pflocal/ChangeLog')
-rw-r--r-- | pflocal/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index fd2765b7..0215ad3d 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -2,6 +2,10 @@ * io.c: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * io.c (TRASH_IDS): Use munmap instead of vm_deallocate. |