diff options
author | ajs <ajs> | 2005-01-04 16:24:43 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-01-04 16:24:43 +0000 |
commit | d80d9214ab402131b79b9b3e5395130d906f7c30 (patch) | |
tree | 7690c1a4ce527adb9ae5192beb31d9bf1cd91dd9 /ripngd/ChangeLog | |
parent | e101dfaa723ba5e3ea1b3702de4f11ddf477424d (diff) | |
download | quagga-d80d9214ab402131b79b9b3e5395130d906f7c30.tar.bz2 quagga-d80d9214ab402131b79b9b3e5395130d906f7c30.tar.xz |
2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* configure.ac: Added test for broken CMSG_FIRSTHDR macro
(relevant for Solaris 8 and unpatched Solaris 9, don't know
whether other platforms are affected).
* zebra.h: Define ZCMSG_FIRSTHDR appropriately based on whether
config.h indicates HAVE_BROKEN_CMSG_FIRSTHDR (as determined
by the configure test program).
* sockopt.c: (getsockopt_cmsg_data) Use ZCMSG_FIRSTHDR instead
of CMSG_FIRSTHDR.
* rtadv.c: (rtadv_recv_packet,rtadv_send_packet) Use ZCMSG_FIRSTHDR
instead of CMSG_FIRSTHDR.
* ripd.c: (rip_recvmsg) Use ZCMSG_FIRSTHDR instead of CMSG_FIRSTHDR.
* ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of
CMSG_FIRSTHDR.
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r-- | ripngd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 7f85cc47..dcd8dedf 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,8 @@ +2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ripngd.c: (ripng_recv_packet) Use ZCMSG_FIRSTHDR instead of + CMSG_FIRSTHDR. + 2004-12-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR, |