[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.3 and 1.4

version 1.3, 2004/05/20 19:43:39 version 1.4, 2004/05/21 15:35:05
Line 81  __RCSID("$NetBSD$");
Line 81  __RCSID("$NetBSD$");
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
 #include "port_before.h"  #include "port_before.h"
   
   #include "namespace.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <netinet/in.h>  #include <netinet/in.h>
Line 91  __RCSID("$NetBSD$");
Line 93  __RCSID("$NetBSD$");
 #include <string.h>  #include <string.h>
 #include "port_after.h"  #include "port_after.h"
   
   #ifdef __weak_alias
   __weak_alias(res_nmkquery,_res_nmkquery)
   __weak_alias(res_nopt,_res_nopt)
   #endif
   
 /* Options.  Leave them on. */  /* Options.  Leave them on. */
 #define DEBUG  #define DEBUG
   

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

CVSweb <webmaster@jp.NetBSD.org>