From owner-cvs-all Fri May 8 00:59:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12260 for cvs-all-outgoing; Fri, 8 May 1998 00:59:49 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12255; Fri, 8 May 1998 00:59:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14880; Fri, 8 May 1998 00:56:49 -0700 (PDT) Date: Fri, 8 May 1998 00:56:49 -0700 (PDT) Message-Id: <199805080756.AAA14880@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/05/08 00:56:49 PDT Modified files: sys/pci pcisupport.c Log: Translated to C (parameters in a function definition have the same scope as variables declared in the main block in the function, so shadowing of parameters by variables declared in the main block is not just an obfuscation). Found by: lint Revision Changes Path 1.67 +2 -2 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message