diff options
author | gdt <gdt> | 2004-08-26 14:14:43 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-08-26 14:14:43 +0000 |
commit | 2fe76c5124c1476ee2bdee0c8a072e4d9be1468b (patch) | |
tree | ea55a01ff87ff4f62d227078db67681a8c9143e9 /lib/sockopt.h | |
parent | 0131819b1bf9bad92143755b47ef0aae7f83f1ff (diff) | |
download | quagga-2fe76c5124c1476ee2bdee0c8a072e4d9be1468b.tar.bz2 quagga-2fe76c5124c1476ee2bdee0c8a072e4d9be1468b.tar.xz |
add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def.
Thanks to Hasso for code review.
Diffstat (limited to 'lib/sockopt.h')
-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 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. */ |