diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:05:43 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:05:43 +0000 |
commit | 1e91e9c9ce58391a7cbac72b073028966396998d (patch) | |
tree | af33c2d49635b4aeaecd8b37ad5850c8ee1e2d4f /libiohelp/ChangeLog | |
parent | 107d29d85c95b4c5d65d0321ae8c9456c131a4b9 (diff) | |
download | hurd-1e91e9c9ce58391a7cbac72b073028966396998d.tar.gz hurd-1e91e9c9ce58391a7cbac72b073028966396998d.tar.bz2 hurd-1e91e9c9ce58391a7cbac72b073028966396998d.zip |
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* return-buffer.c: Include <sys/mman.h>.
* iouser-reauth.c (iohelp_reauth): Cast first arg to munmap
correctly.
Diffstat (limited to 'libiohelp/ChangeLog')
-rw-r--r-- | libiohelp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index 74cda5d6..0388b756 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -1,3 +1,10 @@ +1999-07-11 Thomas Bushnell, BSG <tb@mit.edu> + + * return-buffer.c: Include <sys/mman.h>. + + * iouser-reauth.c (iohelp_reauth): Cast first arg to munmap + correctly. + 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> * iouser-reauth.c: Add #include <sys/mman.h> for munmap decl. |