[BACK]Return to res_mkquery.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_mkquery.c between version 1.4 and 1.5

version 1.4, 2004/05/21 15:35:05 version 1.5, 2004/05/21 16:03:05
Line 93  __RCSID("$NetBSD$");
Line 93  __RCSID("$NetBSD$");
 #include <string.h>  #include <string.h>
 #include "port_after.h"  #include "port_after.h"
   
   #if 0
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(res_nmkquery,_res_nmkquery)  __weak_alias(res_nmkquery,_res_nmkquery)
 __weak_alias(res_nopt,_res_nopt)  __weak_alias(res_nopt,_res_nopt)
 #endif  #endif
   #endif
   
 /* Options.  Leave them on. */  /* Options.  Leave them on. */
 #define DEBUG  #define DEBUG

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>