From: roland Date: Sat, 27 Feb 1999 20:06:34 +0000 (+0000) Subject: . X-Git-Tag: libc-as-990315~116 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=b7e26fbc8fa1fe1d7b48a9df1043966481bda725 . --- diff --git a/ChangeLog b/ChangeLog index ccafb25d20..f0e172e47e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1999-02-27 Roland McGrath + + * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs, + __get_phys_pages): Cast &HBI to silence warning. + + * hurd/Makefile (routines): Add hurdchdir and hurdfchdir. + * hurd/hurdchdir.c: New file. + * hurd/hurdfchdir.c: New file. + * sysdeps/mach/hurd/chroot.c: Call + _hurd_change_directory_port_from_name to do the work. + * sysdeps/mach/hurd/chdir.c: Likewise. + * sysdeps/mach/hurd/fchdir.c: Call + _hurd_change_directory_port_from_fd to do the work. + * hurd/fchroot.c: Likewise. + * hurd/hurd.h: Declare them. + 1999-02-27 Ulrich Drepper * elf/dl-load.c (lose): Add more comments to explain the `why'.