From owner-cvs-all@FreeBSD.ORG Thu Aug 23 09:39:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC9CA16A417; Thu, 23 Aug 2007 09:39:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3AA313C467; Thu, 23 Aug 2007 09:39:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7N9dfos079175; Thu, 23 Aug 2007 09:39:41 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7N9dfrY079174; Thu, 23 Aug 2007 09:39:41 GMT (envelope-from delphij) Message-Id: <200708230939.l7N9dfrY079174@repoman.freebsd.org> From: Xin LI Date: Thu, 23 Aug 2007 09:39:40 +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/usr.bin/rpcgen rpc_svcout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:39:42 -0000 delphij 2007-08-23 09:39:40 UTC FreeBSD src repository Modified files: usr.bin/rpcgen rpc_svcout.c Log: Use POSIX mutex instead of Solaris ones. This makes generation of threaded RPC servers to work out of the box. Spotted by: Changming Sun Sponsored by: SINA Corporation Approved by: re (kensmith) Revision Changes Path 1.25 +8 -8 src/usr.bin/rpcgen/rpc_svcout.c