Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 1998 21:35:57 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 busdma_machdep.c
Message-ID:  <199812140535.VAA04917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812140535.VAA04917>