[BACK]Return to res_send.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_send.c between version 1.14 and 1.15

version 1.14, 2008/06/21 20:41:48 version 1.15, 2008/06/21 23:37:53
Line 130  __weak_alias(res_nsend,__res_nsend)
Line 130  __weak_alias(res_nsend,__res_nsend)
 #endif /* USE_POLL */  #endif /* USE_POLL */
   
 /* Options.  Leave them on. */  /* Options.  Leave them on. */
   #ifndef DEBUG
 #define DEBUG  #define DEBUG
   #endif
 #include "res_debug.h"  #include "res_debug.h"
 #include "res_private.h"  #include "res_private.h"
   

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

CVSweb <webmaster@jp.NetBSD.org>