From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 09:35:48 2010 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 6B27A1065694 for ; Fri, 29 Oct 2010 09:35:48 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6388FC15 for ; Fri, 29 Oct 2010 09:35:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T9ZmVi023844 for ; Fri, 29 Oct 2010 09:35:48 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T9ZmNN023843 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 09:35:48 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010290935.o9T9ZmNN023843@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 29 Oct 2010 09:35:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_sig.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: Fri, 29 Oct 2010 09:35:48 -0000 davidxu 2010-10-29 09:35:36 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: SVN rev 214506 on 2010-10-29 09:35:36Z by davidxu Return previous sigaction correctly. Submitted by: avg Revision Changes Path 1.41 +4 -1 src/lib/libthr/thread/thr_sig.c