From: "Suzuki K. Poulose" <[email protected]>
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 <[email protected]>
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
> [email protected]
> http://lists.infradead.org/mailman/listinfo/kexec
_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec