[BACK]Return to in6_ifattach.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/in6_ifattach.c between version 1.63.4.1 and 1.63.4.2

version 1.63.4.1, 2006/04/22 11:40:12 version 1.63.4.2, 2006/06/01 22:39:02
Line 807  in6_ifattach(ifp, altifp)
Line 807  in6_ifattach(ifp, altifp)
                  */                   */
                 return;                  return;
 #endif  #endif
           case IFT_CARP:
                   return;
         default:          default:
                 break;                  break;
         }          }

Legend:
Removed from v.1.63.4.1  
changed lines
  Added in v.1.63.4.2

CVSweb <webmaster@jp.NetBSD.org>