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

This commit is contained in:
Jim Meyering 2008-10-28 17:47:40 +00:00
parent c5f45efd06
commit 78d4d969e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
use errno, not socket_errno()

View File

@ -189,6 +189,7 @@ remoteStartup(void)
}
#endif
#ifndef WIN32
/**
* remoteFindServerPath:
*
@ -218,7 +219,6 @@ remoteFindDaemonPath(void)
return NULL;
}
#ifndef WIN32
/**
* qemuForkDaemon:
*