From 1dc0bb774c62be4ff09ee4efe1dfef7c892a04b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 6 Jan 2008 00:40:17 +0000 Subject: [PATCH] Avoid empty struct git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23263 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../kernel/boot/platform/atari_m68k/platform_stage2_args.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h b/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h index 614327d5ff..025844ccf2 100644 --- a/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h +++ b/headers/private/kernel/boot/platform/atari_m68k/platform_stage2_args.h @@ -10,6 +10,7 @@ #endif struct platform_stage2_args { + int dummy; }; #endif /* KERNEL_BOOT_PLATFORM_ATARI_M68K_STAGE2_ARGS_H */