[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.8.2.4 and 1.36

version 1.8.2.4, 2001/02/11 19:17:25 version 1.36, 2001/02/24 00:02:16
Line 1162  ip6_savecontrol(in6p, mp, ip6, m)
Line 1162  ip6_savecontrol(in6p, mp, ip6, m)
                         nxt = ip6e->ip6e_nxt;                          nxt = ip6e->ip6e_nxt;
                 }                  }
           loopend:            loopend:
                   ;
         }          }
         if ((in6p->in6p_flags & IN6P_HOPOPTS) && privileged) {          if ((in6p->in6p_flags & IN6P_HOPOPTS) && privileged) {
                 /* to be done */                  /* to be done */

Legend:
Removed from v.1.8.2.4  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>