about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-15 22:19:53 +0000
committerRoland McGrath <roland@gnu.org>2002-06-15 22:19:53 +0000
commit5b6cab3e1e9017020a5d2b3ddaab255ab50408c9 (patch)
tree7c0647b04bde5d1a55e9a0cb65a8ef07bdbc151e /ChangeLog
parent3b9b82ec5eae6fae2e2736240f30786c905cbc61 (diff)
downloadglibc-5b6cab3e1e9017020a5d2b3ddaab255ab50408c9.tar.gz
glibc-5b6cab3e1e9017020a5d2b3ddaab255ab50408c9.tar.xz
glibc-5b6cab3e1e9017020a5d2b3ddaab255ab50408c9.zip
* sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
	warning.

	* sysdeps/mach/hurd/getcwd.c
	(_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b49b6fb82d..5bc2ce137b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-06-15  Roland McGrath  <roland@frob.com>
 
+	* sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
+	warning.
+
+	* sysdeps/mach/hurd/getcwd.c
+	(_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
+
 	* sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
 	* sysdeps/generic/bits/ustat.h: ... here (was almost identical).