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 /libshouldbeinlibc/ChangeLog | |
parent | 90aa480c1381dc6fa3fda868838bc6852ab5fa95 (diff) |
.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
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. |