[BACK]Return to ip_input.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/ip_input.c between version 1.224.2.3 and 1.229

version 1.224.2.3, 2006/08/11 15:46:33 version 1.229, 2006/08/30 18:55:09
Line 445  ip_init(void)
Line 445  ip_init(void)
 #endif /* MBUFTRACE */  #endif /* MBUFTRACE */
 }  }
   
 struct  sockaddr_in ipaddr = { sizeof(ipaddr), AF_INET };  struct  sockaddr_in ipaddr = {
           .sin_len = sizeof(ipaddr),
           .sin_family = AF_INET,
   };
 struct  route ipforward_rt;  struct  route ipforward_rt;
   
 /*  /*

Legend:
Removed from v.1.224.2.3  
changed lines
  Added in v.1.229

CVSweb <webmaster@jp.NetBSD.org>