Skip to content

Commit

Permalink
If we don't have IPv6 PV6_RECVPKTINFO and were on Linux undef IPV6_PK…
Browse files Browse the repository at this point in the history
…TINFO to fallback to recvfrom
  • Loading branch information
arr2036 committed Mar 21, 2014
1 parent 3bea1b3 commit 21eedfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/udpfromto.c
Expand Up @@ -83,6 +83,7 @@ RCSID("$Id$")
/* Fallback to to using recvfrom */
# else
# undef IPV6_RECVPKTINFO
# undef IPV6_PKTINFO
# endif
# else
# define FR_IPV6_RECVPKTINFO IPV6_PKTINFO
Expand Down

0 comments on commit 21eedfd

Please sign in to comment.