[BACK]Return to raw_ip6.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/raw_ip6.c between version 1.33.2.3 and 1.33.2.4

version 1.33.2.3, 2002/06/23 17:51:23 version 1.33.2.4, 2002/09/06 08:49:39
Line 601  rip6_usrreq(so, req, m, nam, control, p)
Line 601  rip6_usrreq(so, req, m, nam, control, p)
         struct in6pcb *in6p = sotoin6pcb(so);          struct in6pcb *in6p = sotoin6pcb(so);
         int s;          int s;
         int error = 0;          int error = 0;
 /*      extern  struct socket *ip6_mrouter; */ /* xxx */  
         int priv;          int priv;
   
         priv = 0;          priv = 0;

Legend:
Removed from v.1.33.2.3  
changed lines
  Added in v.1.33.2.4

CVSweb <webmaster@jp.NetBSD.org>