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

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

Diff for /src/sys/net/if_spppsubr.c between version 1.155 and 1.156

version 1.155, 2016/10/03 11:06:06 version 1.156, 2016/10/08 17:37:32
Line 3208  sppp_ipcp_tlf(struct sppp *sp)
Line 3208  sppp_ipcp_tlf(struct sppp *sp)
 static void  static void
 sppp_ipcp_scr(struct sppp *sp)  sppp_ipcp_scr(struct sppp *sp)
 {  {
         char opt[6 /* compression */ + 6 /* address */ + 12 /* dns addresses */];          uint8_t opt[6 /* compression */ + 6 /* address */ + 12 /* dns addresses */];
 #ifdef INET  #ifdef INET
         uint32_t ouraddr;          uint32_t ouraddr;
 #endif  #endif

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156

CVSweb <webmaster@jp.NetBSD.org>