[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.212.2.2 and 1.212.2.3

version 1.212.2.2, 2005/05/06 08:40:14 version 1.212.2.3, 2007/09/17 20:14:21
Line 1005  found:
Line 1005  found:
                         /* XXX error stat??? */                          /* XXX error stat??? */
                         error = EINVAL;                          error = EINVAL;
 DPRINTF(("ip_input: no SP, packet discarded\n"));/*XXX*/  DPRINTF(("ip_input: no SP, packet discarded\n"));/*XXX*/
                         goto bad;  
                 }                  }
                 splx(s);                  splx(s);
                 if (error)                  if (error)

Legend:
Removed from v.1.212.2.2  
changed lines
  Added in v.1.212.2.3

CVSweb <webmaster@jp.NetBSD.org>