diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
commit | 10fb1b40ac2c40a3ce01db48e82a02380186cda2 (patch) | |
tree | 7e1248720e7c1c31fedb0a3ab46b79376d860c38 /sys/contrib/dev/acpica/utcopy.c | |
parent | 2897e2728d2060055931ead3c876fadfc0eb41e0 (diff) | |
parent | 2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (diff) | |
download | FreeBSD-src-10fb1b40ac2c40a3ce01db48e82a02380186cda2.zip FreeBSD-src-10fb1b40ac2c40a3ce01db48e82a02380186cda2.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r107325,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/utcopy.c')
-rw-r--r-- | sys/contrib/dev/acpica/utcopy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/utcopy.c b/sys/contrib/dev/acpica/utcopy.c index aa8cf35..c1bb6d5 100644 --- a/sys/contrib/dev/acpica/utcopy.c +++ b/sys/contrib/dev/acpica/utcopy.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utcopy - Internal to external object translation utilities - * $Revision: 104 $ + * $Revision: 105 $ * *****************************************************************************/ @@ -207,7 +207,7 @@ AcpiUtCopyIsimpleToEsimple ( break; - case INTERNAL_TYPE_REFERENCE: + case ACPI_TYPE_LOCAL_REFERENCE: /* * This is an object reference. Attempt to dereference it. |