mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
* src/remote_internal.c (remoteFindDaemonPath) [!WIN32]: Don't compile.
This commit is contained in:
parent
c5f45efd06
commit
78d4d969e2
@ -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()
|
||||
|
@ -189,6 +189,7 @@ remoteStartup(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
/**
|
||||
* remoteFindServerPath:
|
||||
*
|
||||
@ -218,7 +219,6 @@ remoteFindDaemonPath(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
/**
|
||||
* qemuForkDaemon:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user