add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def.

Thanks to Hasso for code review.
This commit is contained in:
gdt 2004-08-26 14:14:43 +00:00
parent a5ea687e01
commit fd73aa9e48

View File

@ -53,7 +53,7 @@ int setsockopt_ipv6_multicast_loop (int, int);
((af == AF_INET) ? SOPT_SIZE_CMSG_PKTINFO_IPV4() \
: SOPT_SIZE_CMSG_PKTINFO_IPV6()
#define SOPT_SIZE_CMSG_IFINDEX_IPV4() SOPT_SIZE_CMSG_PKTINFO_IPV4
#define SOPT_SIZE_CMSG_IFINDEX_IPV4() SOPT_SIZE_CMSG_PKTINFO_IPV4()
#elif defined (IP_RECVIF)
/* BSD/Solaris. Arguably these should say RECVIF rather than IFINDEX. */