[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.218.2.1 and 1.226

version 1.218.2.1, 2006/06/21 15:11:01 version 1.226, 2006/05/08 18:50:12
Line 414  ip_init(void)
Line 414  ip_init(void)
         for (i = 0; i < IPREASS_NHASH; i++)          for (i = 0; i < IPREASS_NHASH; i++)
                 LIST_INIT(&ipq[i]);                  LIST_INIT(&ipq[i]);
   
         ip_id = time_second & 0xfffff;          ip_id = time.tv_sec & 0xfffff;
   
         ipintrq.ifq_maxlen = ipqmaxlen;          ipintrq.ifq_maxlen = ipqmaxlen;
         ip_nmbclusters_changed();          ip_nmbclusters_changed();

Legend:
Removed from v.1.218.2.1  
changed lines
  Added in v.1.226

CVSweb <webmaster@jp.NetBSD.org>