diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:06:07 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:06:07 +0000 |
commit | 8a3e8261c7a4c8893cf66e30ce6f3a16d00490df (patch) | |
tree | 2a8c3cb78c34803471ceba4439d775190a0d6f76 /libshouldbeinlibc/ChangeLog | |
parent | 1e91e9c9ce58391a7cbac72b073028966396998d (diff) | |
download | hurd-8a3e8261c7a4c8893cf66e30ce6f3a16d00490df.tar.gz hurd-8a3e8261c7a4c8893cf66e30ce6f3a16d00490df.tar.bz2 hurd-8a3e8261c7a4c8893cf66e30ce6f3a16d00490df.zip |
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* ugids-argp.c (parse_opt): Clarify if-then-else structure by
adding more braces.
* portinfo.h: Include <sys/types.h>.
* portxlate.c: Likewise.
* 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.
* portxlate.c (port_name_xlator_create): Likewise.
(port_name_xlator_free): Likewise.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index eee2ec95..385a0fea 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -3,8 +3,9 @@ * ugids-argp.c (parse_opt): Clarify if-then-else structure by adding more braces. - * portinfo.c (print_port_info): Cast first arg of munmap - correctly. + * portinfo.h: Include <sys/types.h>. + * portxlate.c: Likewise. + * 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. |