[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.78.2.1 and 1.80

version 1.78.2.1, 2004/05/10 15:00:12 version 1.80, 2004/05/07 00:55:15
Line 134  rip_init()
Line 134  rip_init()
  * mbuf chain.   * mbuf chain.
  */   */
 void  void
 #if __STDC__  
 rip_input(struct mbuf *m, ...)  rip_input(struct mbuf *m, ...)
 #else  
 rip_input(m, va_alist)  
         struct mbuf *m;  
         va_dcl  
 #endif  
 {  {
         int proto;          int proto;
         struct ip *ip = mtod(m, struct ip *);          struct ip *ip = mtod(m, struct ip *);
Line 309  rip_ctlinput(cmd, sa, v)
Line 303  rip_ctlinput(cmd, sa, v)
  * Tack on options user may have setup with control call.   * Tack on options user may have setup with control call.
  */   */
 int  int
 #if __STDC__  
 rip_output(struct mbuf *m, ...)  rip_output(struct mbuf *m, ...)
 #else  
 rip_output(m, va_alist)  
         struct mbuf *m;  
         va_dcl  
 #endif  
 {  {
         struct inpcb *inp;          struct inpcb *inp;
         struct ip *ip;          struct ip *ip;

Legend:
Removed from v.1.78.2.1  
changed lines
  Added in v.1.80

CVSweb <webmaster@jp.NetBSD.org>