[BACK]Return to in6_var.h 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/in6_var.h between version 1.80 and 1.81

version 1.80, 2016/07/06 07:52:53 version 1.81, 2016/07/06 10:49:49
Line 730  do {         \
Line 730  do {         \
 } while (/*CONSTCOND*/ 0)  } while (/*CONSTCOND*/ 0)
 #endif  #endif
   
   void    in6_init(void);
   
 struct  in6_multi *in6_addmulti(struct in6_addr *, struct ifnet *,  struct  in6_multi *in6_addmulti(struct in6_addr *, struct ifnet *,
         int *, int);          int *, int);
 void    in6_delmulti(struct in6_multi *);  void    in6_delmulti(struct in6_multi *);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb <webmaster@jp.NetBSD.org>