[BACK]Return to ip6_mroute.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/ip6_mroute.c between version 1.50 and 1.51

version 1.50, 2003/07/08 10:20:45 version 1.51, 2003/07/12 15:12:45
Line 90  __KERNEL_RCSID(0, "$NetBSD$");
Line 90  __KERNEL_RCSID(0, "$NetBSD$");
 #include "opt_inet.h"  #include "opt_inet.h"
 #include "opt_mrouting.h"  #include "opt_mrouting.h"
   
 #ifndef _KERNEL  
 # ifdef KERNEL  
 #  define _KERNEL  
 # endif  
 #endif  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/systm.h>  #include <sys/systm.h>
 #include <sys/callout.h>  #include <sys/callout.h>

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb <webmaster@jp.NetBSD.org>