diff options
author | gdt <gdt> | 2004-08-26 16:14:43 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-08-26 16:14:43 +0200 |
commit | fd73aa9e484f5c54c190b0c25b07294ce4ff168a (patch) | |
tree | be5ad086bdabe98492ac37cf8ee9d62e9b045195 /lib | |
parent | 2004-08-26 Miles Nordin <carton@Ivy.NET> (diff) | |
download | frr-fd73aa9e484f5c54c190b0c25b07294ce4ff168a.tar.xz frr-fd73aa9e484f5c54c190b0c25b07294ce4ff168a.zip |
add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def.
Thanks to Hasso for code review.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sockopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockopt.h b/lib/sockopt.h index cd7971827..8d775cdc5 100644 --- a/lib/sockopt.h +++ b/lib/sockopt.h @@ -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. */ |