[BACK]Return to raw_ip.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/raw_ip.c between version 1.126 and 1.127

version 1.126, 2014/06/23 17:18:45 version 1.127, 2014/07/01 05:49:18
Line 567  rip_detach(struct socket *so)
Line 567  rip_detach(struct socket *so)
 }  }
   
 static int  static int
 rip_ioctl(struct socket *so, struct mbuf *m, struct mbuf *nam,  rip_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
     struct mbuf *ifp, struct lwp *l)  
 {  {
         return in_control(so, (long)m, nam, (ifnet_t *)ifp, l);          return in_control(so, cmd, nam, ifp);
 }  }
   
 int  int

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

CVSweb <webmaster@jp.NetBSD.org>