diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-29 20:20:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-29 20:20:00 +0000 |
commit | 1e489af957dbf19c5080dc86c0a80ba6a47d009f (patch) | |
tree | 89dad8c1064f6e2d39b3cd6451d8ec3117de3405 /ChangeLog | |
parent | 1d20f7f83495af86d393d97620a89f48a3163291 (diff) | |
download | glibc-1e489af957dbf19c5080dc86c0a80ba6a47d009f.tar glibc-1e489af957dbf19c5080dc86c0a80ba6a47d009f.tar.gz glibc-1e489af957dbf19c5080dc86c0a80ba6a47d009f.tar.bz2 glibc-1e489af957dbf19c5080dc86c0a80ba6a47d009f.zip |
* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
error message. POSIX today does not require the messages to be in
a specific form. Suggested by Jim Meyering <jim@meyering.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-03-29 Ulrich Drepper <drepper@redhat.com> + * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded + error message. POSIX today does not require the messages to be in + a specific form. Suggested by Jim Meyering <jim@meyering.net>. + [BZ #5979] * sunrpc/auth_unix.c: Unify printed strings. * sunrpc/clnt_tcp.c: Likewise. |