diff options
author | Roland McGrath <roland@gnu.org> | 2005-09-02 05:07:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-09-02 05:07:56 +0000 |
commit | 84c516536c20680f2750313f0f4ff5964c7083be (patch) | |
tree | daf73e3272a04dbf08592cdee319c33fcdf01aab | |
parent | 665271ef5e690e801b6a29e4f0b8ff854f6498b5 (diff) | |
download | glibc-84c516536c20680f2750313f0f4ff5964c7083be.tar.gz glibc-84c516536c20680f2750313f0f4ff5964c7083be.tar.xz glibc-84c516536c20680f2750313f0f4ff5964c7083be.zip |
* sysdeps/mach/hurd/nfs/nfs.h: Move to ...
* sysdeps/generic/nfs/nfs.h: ... here. Richard Sandiford <richard@codesourcery.com>
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6f814ea10c..3b7f4ed416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-22 Robert Millan <robertmh@gnu.org> + + * sysdeps/mach/hurd/nfs/nfs.h: Move to ... + * sysdeps/generic/nfs/nfs.h: ... here. + 2005-09-01 Ulrich Drepper <drepper@redhat.com> * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf. @@ -9,7 +14,7 @@ * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name. 2005-08-01 Bob Wilson <bob.wilson@acm.org> - Richard Sandiford <richard@codesourcery.com> + Richard Sandiford <richard@codesourcery.com> * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing exponent bias to the value for 2^126. |