From owner-cvs-all@FreeBSD.ORG Fri Sep 3 15:05:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 487CB16A4CE; Fri, 3 Sep 2004 15:05:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A3243D1F; Fri, 3 Sep 2004 15:05:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i83F5oxf040811; Fri, 3 Sep 2004 15:05:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i83F5oBb040810; Fri, 3 Sep 2004 15:05:50 GMT (envelope-from jhb) Message-Id: <200409031505.i83F5oBb040810@repoman.freebsd.org> From: John Baldwin Date: Fri, 3 Sep 2004 15:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/linux32 linux32_machdep.csrc/sys/i386/linux linux_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Sep 2004 15:05:50 -0000 jhb 2004-09-03 15:05:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/linux32 linux32_machdep.c sys/i386/linux linux_machdep.c Log: MFC: Correct arguments to kern_sigaltstack(). Approved by: re (scottl) Revision Changes Path 1.2.2.1 +2 -2 src/sys/amd64/linux32/linux32_machdep.c 1.41.2.1 +2 -2 src/sys/i386/linux/linux_machdep.c