[sheepdog] [PATCH] sheep: fix a build error
Hitoshi Mitake
mitake.hitoshi at gmail.com
Sun Aug 3 16:11:28 CEST 2014
At Sun, 3 Aug 2014 22:49:29 +0900,
Hitoshi Mitake wrote:
>
> From: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
>
> Reported-by: Marcin Mirosław <marcin at mejor.pl>
> Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> ---
> sheep/nfs/nfsd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied this one.
Hitoshi
>
> diff --git a/sheep/nfs/nfsd.c b/sheep/nfs/nfsd.c
> index 5cb87af..5aaec6e 100644
> --- a/sheep/nfs/nfsd.c
> +++ b/sheep/nfs/nfsd.c
> @@ -201,7 +201,7 @@ int nfs_init(const char *options)
> sd_thread_t t;
> int err;
>
> - err = sd_thread_create("nfs, "&t, nfsd, NULL);
> + err = sd_thread_create("nfs", &t, nfsd, NULL);
> if (err) {
> sd_err("%s", strerror(err));
> return -1;
> --
> 1.9.1
>
More information about the sheepdog
mailing list