提交 6664fdec 编写于 作者: D Daniel Veillard

Re: fix Werror, Daniel

上级 5ca7253d
...@@ -178,8 +178,7 @@ virExec(virConnectPtr conn, ...@@ -178,8 +178,7 @@ virExec(virConnectPtr conn,
char **argv, char **argv,
int *retpid, int *outfd, int *errfd) { int *retpid, int *outfd, int *errfd) {
_virExec(conn, argv, retpid, outfd, errfd, 0); return(_virExec(conn, argv, retpid, outfd, errfd, 0));
} }
int int
...@@ -187,7 +186,6 @@ virExecNonBlock(virConnectPtr conn, ...@@ -187,7 +186,6 @@ virExecNonBlock(virConnectPtr conn,
char **argv, char **argv,
int *retpid, int *outfd, int *errfd) { int *retpid, int *outfd, int *errfd) {
_virExec(conn, argv, retpid, outfd, errfd, 1); return(_virExec(conn, argv, retpid, outfd, errfd, 1));
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册