summaryrefslogtreecommitdiff
path: root/source/include/acstruct.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/acstruct.h
parent526d99544ba42a5a2155021975b3b97da425819e (diff)
Notes
Diffstat (limited to 'source/include/acstruct.h')
-rw-r--r--source/include/acstruct.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h
index c52db8f4e177..5a0baf4001b0 100644
--- a/source/include/acstruct.h
+++ b/source/include/acstruct.h
@@ -44,9 +44,6 @@
#ifndef __ACSTRUCT_H__
#define __ACSTRUCT_H__
-
-#pragma pack(push) /* Set default struct packing */
-
/* acpisrc:StructDefs -- for acpisrc conversion */
/*****************************************************************************
@@ -273,6 +270,4 @@ typedef struct acpi_walk_info
#define ACPI_DISPLAY_SHORT (UINT8) 2
-#pragma pack(pop) /* Restore original struct packing */
-
#endif