diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-26 13:44:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-26 13:44:45 +0000 |
commit | 6e4184e465966f7bc1236eae7ef25513f7b07496 (patch) | |
tree | 3ffb3304416e0be7b0c37b0958f5e383f329bdab | |
parent | 1d721dae86d18b9d79ed36e82519708eea552d79 (diff) | |
download | glibc-6e4184e465966f7bc1236eae7ef25513f7b07496.tar.gz glibc-6e4184e465966f7bc1236eae7ef25513f7b07496.tar.xz glibc-6e4184e465966f7bc1236eae7ef25513f7b07496.zip |
1999-04-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file, return success with empty value.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd10d114d6..cbf84ffc72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-26 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file, + return success with empty value. + 1999-04-26 Ulrich Drepper <drepper@cygnus.com> * posix/fnmatch.c: Include string.h also for glibc. |