[BACK]Return to ip6_input.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_input.c between version 1.37 and 1.37.2.2

version 1.37, 2001/03/01 16:31:41 version 1.37.2.2, 2001/03/13 20:29:50
Line 81 
Line 81 
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/kernel.h>  #include <sys/kernel.h>
 #include <sys/syslog.h>  #include <sys/syslog.h>
   #include <sys/lwp.h>
 #include <sys/proc.h>  #include <sys/proc.h>
   
 #include <net/if.h>  #include <net/if.h>
Line 978  ip6_savecontrol(in6p, mp, ip6, m)
Line 979  ip6_savecontrol(in6p, mp, ip6, m)
         struct ip6_hdr *ip6;          struct ip6_hdr *ip6;
         struct mbuf *m;          struct mbuf *m;
 {  {
         struct proc *p = curproc;       /* XXX */          struct proc *p = (curproc ? curproc->l_proc : 0);       /* XXX */
         int privileged;          int privileged;
   
         privileged = 0;          privileged = 0;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.37.2.2

CVSweb <webmaster@jp.NetBSD.org>