[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.10 and 1.11

version 1.10, 2007/01/27 22:26:44 version 1.11, 2007/01/27 23:02:12
Line 898  send_dg(res_state statp, const u_char *b
Line 898  send_dg(res_state statp, const u_char *b
 #else  #else
         timeout = evSubTime(finish, now);          timeout = evSubTime(finish, now);
         if (timeout.tv_sec < 0)          if (timeout.tv_sec < 0)
                 timeout = evConsTime(0, 0);                  timeout = evConsTime(0L, 0L);
         polltimeout = 1000*timeout.tv_sec +          polltimeout = 1000*timeout.tv_sec +
                 timeout.tv_nsec/1000000;                  timeout.tv_nsec/1000000;
         pollfd.fd = s;          pollfd.fd = s;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>