[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.11 and 1.12

version 1.11, 1994/02/02 05:59:04 version 1.12, 1994/02/14 21:45:53
Line 148  ipintr()
Line 148  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 164  next:
Line 164  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.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>