diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:41:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:41:44 +0000 |
commit | 3fd759d10f61e4e03dac0d9f7c62aff4a7be89da (patch) | |
tree | 498f5695ef8187825f3c4a6ced0f2cf737cd6e08 /ChangeLog | |
parent | ada24bb2a136cb41e71fcb029202f1a6fafc14f9 (diff) | |
download | glibc-3fd759d10f61e4e03dac0d9f7c62aff4a7be89da.tar.gz glibc-3fd759d10f61e4e03dac0d9f7c62aff4a7be89da.tar.xz glibc-3fd759d10f61e4e03dac0d9f7c62aff4a7be89da.zip |
Update.
2000-02-17 H.J. Lu <hjl@gnu.org> * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end. * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if available. (svcudp_recv): Set up message with the new "xp_pad" field for IP_PKTINFO. (svcudp_reply): Support IP_PKTINFO if available.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a4c837e555..269bfc2e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-02-17 H.J. Lu <hjl@gnu.org> + + * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end. + + * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if + available. + (svcudp_recv): Set up message with the new "xp_pad" field for + IP_PKTINFO. + (svcudp_reply): Support IP_PKTINFO if available. + 2000-03-01 Andreas Jaeger <aj@suse.de> * time/getdate.c (check_mday): Fix check for february. |