diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-04 10:31:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-04 10:31:47 +0000 |
commit | 50d274e5a66e4baed5fc0ade52650970a1728798 (patch) | |
tree | 9b8ecc12b6c08cc13728af119436fcaf8194e4d4 | |
parent | 0bfb44417d7f23bd3f87038771f66fe0e40ba98a (diff) | |
download | glibc-50d274e5a66e4baed5fc0ade52650970a1728798.tar.gz glibc-50d274e5a66e4baed5fc0ade52650970a1728798.tar.xz glibc-50d274e5a66e4baed5fc0ade52650970a1728798.zip |
* hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
parameter to dir_mkfile.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 435303a2cf..a5a312d2c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-04 Roland McGrath <roland@frob.com> + + * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags + parameter to dir_mkfile. + 2001-11-02 Jakub Jelinek <jakub@redhat.com> * string/bits/string2.h (__strndup): If n is smaller than len, set |