[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.58 and 1.59

version 1.58, 2002/09/11 02:41:25 version 1.59, 2002/09/23 05:51:14
Line 1359  ip6_nexthdr(m, off, proto, nxtp)
Line 1359  ip6_nexthdr(m, off, proto, nxtp)
         default:          default:
                 return -1;                  return -1;
         }          }
   
         return -1;  
 }  }
   
 /*  /*

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>