[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.23 and 1.24

version 1.23, 1995/06/12 06:46:36 version 1.24, 1995/08/12 23:59:36
Line 594  void
Line 594  void
 ip_slowtimo()  ip_slowtimo()
 {  {
         register struct ipq *fp;          register struct ipq *fp;
         int s = splnet();          int s = splsoftnet();
   
         fp = ipq.next;          fp = ipq.next;
         if (fp == 0) {          if (fp == 0) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>