From owner-cvs-src@FreeBSD.ORG Sat Feb 12 04:51:20 2005 Return-Path: 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 1516C16A4CE; Sat, 12 Feb 2005 04:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E75FE43D2F; Sat, 12 Feb 2005 04:51:19 +0000 (GMT) (envelope-from scottl@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 j1C4pJP9051985; Sat, 12 Feb 2005 04:51:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1C4pJfN051984; Sat, 12 Feb 2005 04:51:19 GMT (envelope-from scottl) Message-Id: <200502120451.j1C4pJfN051984@repoman.freebsd.org> From: Scott Long Date: Sat, 12 Feb 2005 04:51:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_target.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 12 Feb 2005 04:51:20 -0000 scottl 2005-02-12 04:51:19 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_target.c Log: Remove a shadow declaration of 'error' that caused certain tests to be pointless. Submitted by: Coverity Prevent analysis tool Revision Changes Path 1.65 +0 -1 src/sys/cam/scsi/scsi_target.c