From owner-cvs-src@FreeBSD.ORG Wed Oct 19 14:59:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC7A416A41F; Wed, 19 Oct 2005 14:59:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B4743D46; Wed, 19 Oct 2005 14:59:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9JExs4K092199; Wed, 19 Oct 2005 14:59:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9JExs8d092198; Wed, 19 Oct 2005 14:59:54 GMT (envelope-from rwatson) Message-Id: <200510191459.j9JExs8d092198@repoman.freebsd.org> From: Robert Watson Date: Wed, 19 Oct 2005 14:59:54 +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/sys/i386/svr4 svr4_machdep.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: Wed, 19 Oct 2005 14:59:55 -0000 rwatson 2005-10-19 14:59:54 UTC FreeBSD src repository Modified files: sys/i386/svr4 svr4_machdep.c Log: Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}. Fix a debugging printf to printf after a variable is first assigned, not before. These are purely build fixes, and need inspection to make sure they were what the original author of the previous changes intended. Revision Changes Path 1.38 +36 -36 src/sys/i386/svr4/svr4_machdep.c