[sheepdog] [PATCH] lib/work: fix compiler warning messages

Hitoshi Mitake mitake.hitoshi at gmail.com
Mon Mar 2 13:52:07 CET 2015


At Mon,  2 Mar 2015 18:44:11 +0800,
Ruoyu wrote:
> 
> The patch dismisses the compiler warnings due to the introduction
> of commit f9f62752.
> 
> Signed-off-by: Ruoyu <liangry at ucweb.com>
> ---
>  lib/work.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.
Hitoshi

> 
> diff --git a/lib/work.c b/lib/work.c
> index f10ddaa..25260b4 100644
> --- a/lib/work.c
> +++ b/lib/work.c
> @@ -127,7 +127,7 @@ void resume_worker_threads(void)
>  	}
>  }
>  
> -static void suspend(int num)
> +static void suspend(int num, siginfo_t *info, void *context)
>  {
>  	int uninitialized_var(value);
>  
> -- 
> 1.8.3.2
> 
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> https://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list