[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.121 and 1.122

version 1.121, 2014/05/19 02:51:25 version 1.122, 2014/05/20 19:04:00
Line 697  rip_usrreq(struct socket *so, int req, s
Line 697  rip_usrreq(struct socket *so, int req, s
         return error;          return error;
 }  }
   
 PR_WRAP_USRREQ(rip_usrreq)  PR_WRAP_USRREQS(rip)
   #define rip_attach      rip_attach_wrapper
   #define rip_detach      rip_detach_wrapper
 #define rip_usrreq      rip_usrreq_wrapper  #define rip_usrreq      rip_usrreq_wrapper
   
 const struct pr_usrreqs rip_usrreqs = {  const struct pr_usrreqs rip_usrreqs = {

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

CVSweb <webmaster@jp.NetBSD.org>