summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-08-18 05:41:21 +0000
committerNate Lawson <njl@FreeBSD.org>2004-08-18 05:41:21 +0000
commitaaff1d4cfa72d64a9dbbcd65e3a6d260280ae397 (patch)
treec22b0d103b98755d90d3f8423325e8121ee8b829
parent671d52d8aa2eea40703f73ba470e929db9b43a4c (diff)
Notes
-rw-r--r--sys/contrib/dev/acpica/aclocal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/aclocal.h b/sys/contrib/dev/acpica/aclocal.h
index 09aee94cfafb..e228ccb0738a 100644
--- a/sys/contrib/dev/acpica/aclocal.h
+++ b/sys/contrib/dev/acpica/aclocal.h
@@ -1050,7 +1050,8 @@ typedef struct acpi_debug_print_info
UINT32 Component; \
UINT32 Line; \
char Module[ACPI_MAX_MODULE_NAME]; \
- UINT8 AllocType;
+ UINT8 AllocType; \
+ UINT8 Padding[3];
typedef struct acpi_debug_mem_header
{