[BACK]Return to inet_cidr_pton.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / inet

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

Diff for /src/lib/libc/inet/inet_cidr_pton.c between version 1.8 and 1.9

version 1.8, 2012/03/20 17:08:13 version 1.9, 2018/12/13 08:42:26
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
   
 #include "port_after.h"  #include "port_after.h"
   
 #ifdef SPRINTF_CHAR  
 # define SPRINTF(x) strlen(sprintf/**/x)  
 #else  
 # define SPRINTF(x) ((size_t)sprintf x)  
 #endif  
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(inet_cidr_pton,_inet_cidr_pton)  __weak_alias(inet_cidr_pton,_inet_cidr_pton)
 #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>