From owner-cvs-all Sun Dec 13 21:35:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29509 for cvs-all-outgoing; Sun, 13 Dec 1998 21:35:59 -0800 (PST) (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 VAA29502; Sun, 13 Dec 1998 21:35:57 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA04917; Sun, 13 Dec 1998 21:35:57 -0800 (PST) Date: Sun, 13 Dec 1998 21:35:57 -0800 (PST) Message-Id: <199812140535.VAA04917@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/13 21:35:56 PST Modified files: sys/i386/i386 busdma_machdep.c Log: author was assuming that nextpaddr declared *inside* the do loop would survive within the loop. This is not guarenteed by C. I have moved the nextpaddr declaration to outside the do loop. Revision Changes Path 1.12 +38 -31 src/sys/i386/i386/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message