diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
commit | 7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (patch) | |
tree | d3e9e38245f10de28c87606c945c7fdd4bed0d76 /source/include/acexcep.h | |
parent | 526d99544ba42a5a2155021975b3b97da425819e (diff) | |
download | src-7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd.tar.gz src-7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd.zip |
Import ACPICA 20140325.vendor/acpica/20140325
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=263851
svn path=/vendor-sys/acpica/20140325/; revision=263852; tag=vendor/acpica/20140325
Diffstat (limited to 'source/include/acexcep.h')
-rw-r--r-- | source/include/acexcep.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acexcep.h b/source/include/acexcep.h index 40ea039c4836..aab6941a3c7e 100644 --- a/source/include/acexcep.h +++ b/source/include/acexcep.h @@ -45,8 +45,6 @@ #define __ACEXCEP_H__ -#pragma pack(push) /* Set default struct packing */ - /* This module contains all possible exception codes for ACPI_STATUS */ /* @@ -347,6 +345,4 @@ static const ACPI_EXCEPTION_INFO AcpiGbl_ExceptionNames_Ctrl[] = #endif /* EXCEPTION_TABLE */ -#pragma pack(pop) /* Restore original struct packing */ - #endif /* __ACEXCEP_H__ */ |