[BACK]Return to in6_gif.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_gif.c between version 1.17 and 1.18

version 1.17, 2001/02/20 08:49:16 version 1.18, 2001/02/20 10:41:48
Line 118  in6_gif_output(ifp, family, m, rt)
Line 118  in6_gif_output(ifp, family, m, rt)
                 break;                  break;
             }              }
 #endif  #endif
   #ifdef ISO
           case AF_ISO:
                   proto = IPPROTO_EON;
                   itos = 0;
                   break;
   #endif
         default:          default:
 #ifdef DEBUG  #ifdef DEBUG
                 printf("in6_gif_output: warning: unknown family %d passed\n",                  printf("in6_gif_output: warning: unknown family %d passed\n",

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>