Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 17:51:22 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_video.c
Message-ID:  <200407241751.i6OHpM2m099862@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-07-24 17:51:22 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_video.c 
  Log:
  Fix a bug where an item was being removed from a list without using
  FOREACH_SAFE.  Remove bad cast of retp and instead use an additional
  arg to pass back the number of valid outputs.  Use the package convenience
  functions for parsing packages.
  
  Revision  Changes    Path
  1.7       +29 -34    src/sys/dev/acpica/acpi_video.c



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