summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdt <gdt>2004-08-26 14:14:43 +0000
committergdt <gdt>2004-08-26 14:14:43 +0000
commit2fe76c5124c1476ee2bdee0c8a072e4d9be1468b (patch)
treeea55a01ff87ff4f62d227078db67681a8c9143e9
parent0131819b1bf9bad92143755b47ef0aae7f83f1ff (diff)
downloadquagga-2fe76c5124c1476ee2bdee0c8a072e4d9be1468b.tar.bz2
quagga-2fe76c5124c1476ee2bdee0c8a072e4d9be1468b.tar.xz
add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def.
Thanks to Hasso for code review.
-rw-r--r--lib/sockopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockopt.h b/lib/sockopt.h
index cd797182..8d775cdc 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. */