[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] Fix virExecWithHook Prototype
- From: Matthias Bolte <matthias bolte googlemail com>
- To: Richard Laager <rlaager wiktel com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] Fix virExecWithHook Prototype
- Date: Sun, 29 May 2011 10:17:26 +0200
2011/5/29 Richard Laager <rlaager wiktel com>:
> This was necessary to get libvirt to build on Solaris 11 Express and
> seems correct (as it makes this match the definition in util.c):
>
> diff --git a/src/util/util.h b/src/util/util.h
> index d320c40..31ec089 100644
> --- a/src/util/util.h
> +++ b/src/util/util.h
> @@ -70,7 +70,7 @@ int virExecDaemonize(const char *const*argv,
> int virExecWithHook(const char *const*argv,
> const char *const*envp,
> const fd_set *keepfd,
> - int *retpid,
> + pid_t *retpid,
> int infd,
> int *outfd,
> int *errfd,
>
ACK and I pushed it, thanks.
Matthias
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]