[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxc: Fix stub domain build breakage
commit 61e928387682f0106ad7d3fada98cf0b598d238c Author: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx> AuthorDate: Thu Jul 3 20:15:03 2014 -0700 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Fri Jul 4 09:47:01 2014 +0100 libxc: Fix stub domain build breakage Commit 447f613c (lzo: update LZO compression to current upstream version) broke the stub domain build. This patch fixes the build breakage. Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Aravindh Puthiyaparambil <aravindp@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/libxc/xc_dom_decompress_unsafe_lzo1x.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c index 57c73e3..59888b9 100644 --- a/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c +++ b/tools/libxc/xc_dom_decompress_unsafe_lzo1x.c @@ -10,6 +10,7 @@ typedef uint8_t u8; typedef uint32_t u32; typedef uint16_t u16; +typedef uint64_t u64; #define likely(a) a #define noinline -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |