Skip to content

Commit

Permalink
make it compile on non-SSM platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Aug 12, 2002
1 parent 534d099 commit fa84e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kame/kame/mcastread/mcastread.c
Expand Up @@ -153,7 +153,9 @@ get_socket(ai0, ifname, srclist, valid)
char *emsg = NULL;
char hbuf[1024];
int ifindex = if_nametoindex(ifname);
#ifdef MCAST_JOIN_SOURCE_GROUP
int error;
#endif

for (ai = ai0; ai; ai = ai->ai_next) {
if (getnameinfo(ai->ai_addr, ai->ai_addrlen, hbuf, sizeof(hbuf),
Expand Down

0 comments on commit fa84e4f

Please sign in to comment.