Fix virExecWithHook Prototype

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):
This commit is contained in:
Richard Laager 2011-05-28 20:56:22 -05:00 committed by Matthias Bolte
parent 8cc166e76e
commit 4996c314b0

View File

@ -61,7 +61,7 @@ typedef int (*virExecHook)(void *data);
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,