diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 10:22:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 10:22:19 +0000 |
commit | c3880fbdb7b5bbcf968399c455f963c6e7cf5379 (patch) | |
tree | 11b6adcd95dc4c6e349d19603136780995d12bd9 /ChangeLog | |
parent | edecfcda2a729916e7da9cc5d6e242d54ea5510e (diff) | |
download | glibc-c3880fbdb7b5bbcf968399c455f963c6e7cf5379.tar.gz glibc-c3880fbdb7b5bbcf968399c455f963c6e7cf5379.tar.xz glibc-c3880fbdb7b5bbcf968399c455f963c6e7cf5379.zip |
Update.
* catgets/gencat.c (read_input_file): Use isblank and not isspace to recognize second character in comment line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e2883555b3..fc379db633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-30 Ulrich Drepper <drepper@redhat.com> + * catgets/gencat.c (read_input_file): Use isblank and not isspace + to recognize second character in comment line. + * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to ENOBUFS if we are out of memory. |