aboutsummaryrefslogtreecommitdiff
path: root/source/include/acexcep.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-03-27 23:50:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-03-27 23:50:54 +0000
commit7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (patch)
treed3e9e38245f10de28c87606c945c7fdd4bed0d76 /source/include/acexcep.h
parent526d99544ba42a5a2155021975b3b97da425819e (diff)
downloadsrc-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.h4
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__ */