From 164e5bc9b7c69961ce321ceed81907b7540474ea Mon Sep 17 00:00:00 2001 From: "kaf24@localhost.localdomain" Date: Sun, 28 Jan 2007 16:05:07 +0000 Subject: Fix compat build for weird solaris gcc target. Signed-off-by: John Levon --- xen/tools/compat-build-header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/tools') diff --git a/xen/tools/compat-build-header.py b/xen/tools/compat-build-header.py index 6fb795eaaa..c802f60e3c 100755 --- a/xen/tools/compat-build-header.py +++ b/xen/tools/compat-build-header.py @@ -3,7 +3,7 @@ import re,sys pats = [ - [ r"__InClUdE__", r"#include" ], + [ r"__InClUdE__(.*)", r"#include\1\n#pragma pack(4)" ], [ r"\"xen-compat.h\"", r"" ], [ r"(struct|union|enum)\s+(xen_?)?(\w)", r"\1 compat_\3" ], [ r"@KeeP@", r"" ], -- cgit v1.2.3