[BACK]Return to mld6.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/mld6.c between version 1.26 and 1.27

version 1.26, 2004/03/28 08:28:50 version 1.27, 2005/02/26 22:45:12
Line 505  mld6_sendpkt(in6m, type, dst)
Line 505  mld6_sendpkt(in6m, type, dst)
                 break;                  break;
         }          }
   
         ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC,          ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC,
             &im6o, (struct socket *)NULL, NULL);              &im6o, (struct socket *)NULL, NULL);
 }  }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>