From owner-cvs-src-old@FreeBSD.ORG Thu Dec 17 18:57:08 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51BE10656A6 for ; Thu, 17 Dec 2009 18:57:08 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4468FC0A for ; Thu, 17 Dec 2009 18:57:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBHIv8Vo030981 for ; Thu, 17 Dec 2009 18:57:08 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBHIv8vv030980 for cvs-src-old@freebsd.org; Thu, 17 Dec 2009 18:57:08 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200912171857.nBHIv8vv030980@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 17 Dec 2009 18:56:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libutil pw_util.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 18:57:08 -0000 kib 2009-12-17 18:56:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libutil pw_util.c Log: SVN rev 200643 on 2009-12-17 18:56:52Z by kib MFC r199826: sigset() is the name of function specified by SUSv4. Replace it to avoid conflict. Revision Changes Path 1.38.10.2 +4 -4 src/lib/libutil/pw_util.c