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

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

Diff for /src/sys/netinet/udp_usrreq.c between version 1.217.4.2 and 1.217.4.3

version 1.217.4.2, 2015/06/06 14:40:25 version 1.217.4.3, 2015/09/22 12:06:11
Line 68 
Line 68 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 __KERNEL_RCSID(0, "$NetBSD$");  __KERNEL_RCSID(0, "$NetBSD$");
   
   #ifdef _KERNEL_OPT
 #include "opt_inet.h"  #include "opt_inet.h"
 #include "opt_compat_netbsd.h"  #include "opt_compat_netbsd.h"
 #include "opt_ipsec.h"  #include "opt_ipsec.h"
 #include "opt_inet_csum.h"  #include "opt_inet_csum.h"
 #include "opt_ipkdb.h"  #include "opt_ipkdb.h"
 #include "opt_mbuftrace.h"  #include "opt_mbuftrace.h"
   #endif
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>

Legend:
Removed from v.1.217.4.2  
changed lines
  Added in v.1.217.4.3

CVSweb <webmaster@jp.NetBSD.org>