diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 16:50:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-29 16:50:11 +0000 |
commit | de4d8563645b6bd6e8085a2e29b1f6e04bf7058c (patch) | |
tree | cadf812b4d770b9e187cb9fa490e188b3f36adc7 /ChangeLog | |
parent | f3c54060af56e255844545fb566b83fcd6e9e9f5 (diff) | |
download | glibc-de4d8563645b6bd6e8085a2e29b1f6e04bf7058c.tar.gz glibc-de4d8563645b6bd6e8085a2e29b1f6e04bf7058c.tar.xz glibc-de4d8563645b6bd6e8085a2e29b1f6e04bf7058c.zip |
* sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
zero if not defined. (make_request): Recognize optimistic addresses and treat them like deprecated addresses. Reported by Neil Horman <nhorman@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8905b5d1e7..b0de021b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-08-29 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to + zero if not defined. + (make_request): Recognize optimistic addresses and treat them like + deprecated addresses. + Reported by Neil Horman <nhorman@redhat.com>. + 2007-08-28 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (send_ro_fd): Also transfer file size. |