提交 4996c314 编写于 作者: R Richard Laager 提交者: Matthias Bolte

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):
上级 8cc166e7
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册