diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:57:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:57:50 +0000 |
commit | d12f2018526b3495954f912950bd8cb2d291b5bf (patch) | |
tree | c304c2ccbe9718b053dc11cbf37701e28622b2ab | |
parent | 90aa480c1381dc6fa3fda868838bc6852ab5fa95 (diff) |
.
-rw-r--r-- | libnetfs/ChangeLog | 1 | ||||
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 210015cb..8c1828a1 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,6 +1,7 @@ 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> * file-get-storage-info.c: Add #include <sys/mman.h>. + * file-get-translator.c: Likewise. 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 385a0fea..4ab735a1 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,10 @@ +1999-07-11 Roland McGrath <roland@baalperazim.frob.com> + + * portinfo.h: Don't include <sys/types.h>, <sys/mman.h>. + This is an exported header, and its decls don't need them. + * portinfo.c: Include them here instead. + * xportinfo.c: And here. + 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu> * ugids-argp.c (parse_opt): Clarify if-then-else structure by @@ -5,7 +12,7 @@ * portinfo.h: Include <sys/types.h>. * portxlate.c: Likewise. - * portinfo.c: (print_port_info): Cast first arg of munmap correctly. + * portinfo.c: (print_port_info): Cast first arg of munmap correctly. (print_task_ports_info): Likewise. * xportinfo.c (print_xlated_task_ports_info): Likewise. * idvec-auth.c (idvec_merge_auth): Likewise. |