summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
committerRoland McGrath <roland@gnu.org>2002-05-08 09:28:28 +0000
commit3a9ca55bf348e7ba8450fa32860be1a8a358e562 (patch)
treea71ebde4a35c85643ecf1912c9b52cdecee947e5 /libshouldbeinlibc
parent94ae465a44066c95031af93aac00ccdd9eb99e5e (diff)
.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 5fa381e4..4522ef9b 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,16 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * portinfo.c (print_port_info): Use %z formats for port names.
+
+ * idvec-verify.c (verify_passwd): Cast to intptr_t before int.
+
+ * idvec-auth.c (idvec_merge_auth): int -> size_t.
+
+ * portxlate.c (port_name_xlator_xlate): Use mach_msg_type_name_t
+ instead of mach_port_type_t, to match RPC prototype.
+
+ * wire.c: Use ElfW(TYPE) in place of Elf32_TYPE throughout.
+
2002-02-06 Roland McGrath <roland@frob.com>
* Makefile (CFLAGS): Don't add -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H.