Date: Fri, 8 May 1998 00:56:49 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Message-ID: <199805080756.AAA14880@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805080756.AAA14880>
