[BACK]Return to res_debug.h 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.h between version 1.1 and 1.2

version 1.1, 2004/05/20 17:18:55 version 1.2, 2012/03/13 21:13:43
Line 29 
Line 29 
 #   define Dprint(cond, args) if (cond) {fprintf args;} else {}  #   define Dprint(cond, args) if (cond) {fprintf args;} else {}
 #   define DprintQ(cond, args, query, size) if (cond) {\  #   define DprintQ(cond, args, query, size) if (cond) {\
                         fprintf args;\                          fprintf args;\
                         res_pquery(statp, query, size, stdout);\                          res_pquery(statp, (query), (int)(size), stdout);\
                 } else {}                  } else {}
 #endif  #endif
   
 #endif /* _RES_DEBUG_H_ */  #endif /* _RES_DEBUG_H_ */
   /*! \file */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>