Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/07/2000 19:53:38
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Aug  7 16:53:38 UTC 2000

Modified Files:
	basesrc/lib/libc/net [netbsd-1-5]: res_send.c

Log Message:
pullup 1.30 -> 1.31 (approved by releng-1-5)

----------------------------
revision 1.31
date: 2000/07/27 00:35:02;  author: itojun;  state: Exp;  lines: +14 -6
do not try to transmit UDP DNS query forever, in EINTR-busy situation.
the change uses extra variables which can be avoided,
it is to make the change look similar to BIND8 change.
question: timeout resolution is 1 second (time_t).  should we use
timevals instead?

PR 6410 From: maximum entropy <entropy@venom.bernstein.com>


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.2.1 basesrc/lib/libc/net/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.