summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-08-18 05:41:21 +0000
committernjl <njl@FreeBSD.org>2004-08-18 05:41:21 +0000
commit32184298650decaeb04049e9140a43cbe6fe89d4 (patch)
tree2b6b5754c16583c200ceacc818f03de797a73965 /sys/contrib
parentc96f7a660e410915667912df2633b8a882531716 (diff)
parentf84f460530aa9bde251160a8ebad4c1048e94251 (diff)
downloadFreeBSD-src-32184298650decaeb04049e9140a43cbe6fe89d4.zip
FreeBSD-src-32184298650decaeb04049e9140a43cbe6fe89d4.tar.gz
This commit was generated by cvs2svn to compensate for changes in r133931,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib')
-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 09aee94..e228ccb 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
{
OpenPOWER on IntegriCloud