From owner-cvs-all Tue Aug 22 14:54:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AAA37B42C; Tue, 22 Aug 2000 14:54:47 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70172; Tue, 22 Aug 2000 14:54:47 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200008222154.OAA70172@freefall.freebsd.org> From: John Baldwin Date: Tue, 22 Aug 2000 14:54:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/08/22 14:54:46 PDT Modified files: (Branch: RELENG_4) lib/libc/net res_send.c Log: Forced commit to document what the last revision actually does: MFC: Decrement the timeout being passed to poll() if poll was interrupted for some reason. This will prevent an infinite loop if (say) a sigalarm is being scheduled at a more frequent interval than the poll timeout. Revision Changes Path 1.31.2.3 +1 -1 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message