From owner-cvs-src@FreeBSD.ORG Mon Sep 15 14:02:58 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B941065676; Mon, 15 Sep 2008 14:02:58 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 997F48FC14; Mon, 15 Sep 2008 14:02:58 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8FE2wkJ031198; Mon, 15 Sep 2008 14:02:58 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8FE2wlM031192; Mon, 15 Sep 2008 14:02:58 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200809151402.m8FE2wlM031192@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Mon, 15 Sep 2008 14:02:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc clnt_dg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 14:02:58 -0000 dfr 2008-09-15 14:02:49 UTC FreeBSD src repository Modified files: lib/libc/rpc clnt_dg.c Log: SVN rev 183039 on 2008-09-15 14:02:49Z by dfr Fix async mode (required for ypbind in manycast mode). Revision Changes Path 1.21 +2 -2 src/lib/libc/rpc/clnt_dg.c