[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.3 and 1.3.4.2

version 1.3, 1993/05/20 03:50:25 version 1.3.4.2, 1993/11/14 17:54:46
Line 45 
Line 45 
 #include "time.h"  #include "time.h"
 #include "kernel.h"  #include "kernel.h"
   
   #include "machine/cpu.h"
   
 #include "../net/if.h"  #include "../net/if.h"
 #include "../net/route.h"  #include "../net/route.h"
   
Line 142  ipintr()
Line 144  ipintr()
         register struct ipq *fp;          register struct ipq *fp;
         register struct in_ifaddr *ia;          register struct in_ifaddr *ia;
         int hlen, s;          int hlen, s;
 #ifdef PARANOID  #ifdef DIAGNOSTIC
         static int busy = 0;          static int busy = 0;
   
         if (busy)          if (busy)
Line 158  next:
Line 160  next:
         IF_DEQUEUE(&ipintrq, m);          IF_DEQUEUE(&ipintrq, m);
         splx(s);          splx(s);
         if (m == 0) {          if (m == 0) {
 #ifdef PARANOID  #ifdef DIAGNOSTIC
                 --busy;                  --busy;
 #endif  #endif
                 return;                  return;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.2

CVSweb <webmaster@jp.NetBSD.org>