mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +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>
|
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)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
/**
|
/**
|
||||||
* remoteFindServerPath:
|
* remoteFindServerPath:
|
||||||
*
|
*
|
||||||
@ -218,7 +219,6 @@ remoteFindDaemonPath(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
/**
|
/**
|
||||||
* qemuForkDaemon:
|
* qemuForkDaemon:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user