From: "Suzuki K. Poulose" <suzuki@xxxxxxxxxx> Subject: [PATCH][makedumpfile] Fix compilation error in sadump_info.h Date: Fri, 13 Jan 2012 12:27:50 +0530 > While compiling the makedumpfile-1.4.1 I got the following error : > > In file included from makedumpfile.c:21: > sadump_info.h:86: error: expected identifier or ?(? before ?{? token > > > This patch fixes the compilation error in sadump_info.h > > Signed-off-by: Suzuki K. Poulose <suzuki at in.ibm.com> Oh, I didn't notice this commit... Thanks for fixing. Thanks. HATAYAMA, Daisuke > --- > > sadump_info.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sadump_info.h b/sadump_info.h > index 1f74ee5..c4824be 100644 > --- a/sadump_info.h > +++ b/sadump_info.h > @@ -82,7 +82,7 @@ static inline int sadump_initialize_bitmap_memory(void) > return FALSE; > } > > -static inline int sadump_num_online_cpus(void); > +static inline int sadump_num_online_cpus(void) > { > return 0; > } > > > _______________________________________________ > kexec mailing list > kexec at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec