From owner-cvs-all Wed Mar 21 15:47:22 2001 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 4ABF337B71A; Wed, 21 Mar 2001 15:47:19 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2LNlJ640970; Wed, 21 Mar 2001 15:47:19 -0800 (PST) (envelope-from wpaul) Message-Id: <200103212347.f2LNlJ640970@freefall.freebsd.org> From: Bill Paul Date: Wed, 21 Mar 2001 15:47:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv yp_svc_udp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/03/21 15:47:19 PST Modified files: usr.sbin/ypserv yp_svc_udp.c Log: ypserv has intimate knowledge of the server transport handle which is needed to make the asynchronous DNS lookup mechanism work. (It needs to be able to get/set the transaction ID in the trasport handle so it can deliver a delayed UDP response when a reply is received from a DNS server.) With TI-TPC, the transport handle has changed slightly (what used to be an int is now a size_t) so we need to account for this. Revision Changes Path 1.6 +5 -18 src/usr.sbin/ypserv/yp_svc_udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message