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

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

Diff for /src/sys/netipsec/ipsec.c between version 1.16 and 1.17

version 1.16, 2005/05/08 18:44:40 version 1.17, 2005/06/10 13:22:42
Line 2078  inet_ntoa4(struct in_addr ina)
Line 2078  inet_ntoa4(struct in_addr ina)
 }  }
   
 /* Return a printable string for the address. */  /* Return a printable string for the address. */
 char *  const char *
 ipsec_address(union sockaddr_union* sa)  ipsec_address(union sockaddr_union* sa)
 {  {
         switch (sa->sa.sa_family) {          switch (sa->sa.sa_family) {

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

CVSweb <webmaster@jp.NetBSD.org>