From d44debedf53b85c989b72fe7c6924ffc1e7e625b Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 29 Dec 2004 20:06:23 +0000 Subject: 2004-12-29 Greg Troxel * sockopt.c (getsockopt_ipv4_ifindex): Document calling convention. Beef up comments. Handle the case where the cmsghdr has a zero controllen, or more specifically when the wanted option is not present. This is needed for Solaris 8, and in general for any platform for which configure finds a method and it can fail. Mark some changes with XXX to be cleaned up post 0.98. --- lib/ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 6f236372..3af0d0b2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,12 @@ 2004-12-29 Greg Troxel - * sockopt.c (getsockopt_ipv4_ifindex): Return 0 when passed a NULL - cmsghdr pointer. - + * sockopt.c (getsockopt_ipv4_ifindex): Document calling + convention. Beef up comments. Handle the case where the cmsghdr + has a zero controllen, or more specifically when the wanted option + is not present. This is needed for Solaris 8, and in general for + any platform for which configure finds a method and it can fail. + Mark some changes with XXX to be cleaned up post 0.98. + 2004-12-28 Andrew J. Schorr * sockopt.c: (setsockopt_ipv4_ifindex) Improve error message. -- cgit v1.2.1