提交 78d4d969 编写于 作者: J Jim Meyering

* src/remote_internal.c (remoteFindDaemonPath) [!WIN32]: Don't compile.

上级 c5f45efd
Tue Oct 28 13:29:13 +0100 2008 Jim Meyering <meyering@redhat.com>
* src/remote_internal.c (remoteFindDaemonPath) [!WIN32]: Don't compile.
Tue Oct 28 13:29:05 +0100 2008 Jim Meyering <meyering@redhat.com> Tue Oct 28 13:29:05 +0100 2008 Jim Meyering <meyering@redhat.com>
use errno, not socket_errno() use errno, not socket_errno()
......
...@@ -189,6 +189,7 @@ remoteStartup(void) ...@@ -189,6 +189,7 @@ remoteStartup(void)
} }
#endif #endif
#ifndef WIN32
/** /**
* remoteFindServerPath: * remoteFindServerPath:
* *
...@@ -218,7 +219,6 @@ remoteFindDaemonPath(void) ...@@ -218,7 +219,6 @@ remoteFindDaemonPath(void)
return NULL; return NULL;
} }
#ifndef WIN32
/** /**
* qemuForkDaemon: * qemuForkDaemon:
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册