[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.91 and 1.92

version 1.91, 2018/02/01 07:49:19 version 1.92, 2018/05/01 07:21:39
Line 133  __KERNEL_RCSID(0, "$NetBSD$");
Line 133  __KERNEL_RCSID(0, "$NetBSD$");
 #include <netinet6/icmp6_private.h>  #include <netinet6/icmp6_private.h>
 #include <netinet6/mld6_var.h>  #include <netinet6/mld6_var.h>
   
 #include <net/net_osdep.h>  
   
   
 static krwlock_t        in6_multilock __cacheline_aligned;  static krwlock_t        in6_multilock __cacheline_aligned;
   
 /*  /*

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>