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

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

Diff for /src/lib/libc/resolv/res_debug.c between version 1.14 and 1.15

version 1.14, 2015/02/24 17:56:20 version 1.15, 2018/12/13 08:45:29
Line 126  __RCSID("$NetBSD$");
Line 126  __RCSID("$NetBSD$");
   
 #include "port_after.h"  #include "port_after.h"
   
 #ifdef SPRINTF_CHAR  
 # define SPRINTF(x) strlen(sprintf/**/x)  
 #else  
 # define SPRINTF(x) sprintf x  
 #endif  
   
 extern const char *_res_opcodes[];  extern const char *_res_opcodes[];
 extern const char *_res_sectioncodes[];  extern const char *_res_sectioncodes[];
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>