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

Jim Meyering jim at meyering.net
Tue Oct 28 11:21:28 UTC 2008


From: Jim Meyering <meyering at redhat.com>

---
 src/remote_internal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/remote_internal.c b/src/remote_internal.c
index 5f528a8..08d42a9 100644
--- a/src/remote_internal.c
+++ b/src/remote_internal.c
@@ -189,6 +189,7 @@ remoteStartup(void)
 }
 #endif

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

-#ifndef WIN32
 /**
  * qemuForkDaemon:
  *
-- 
1.6.0.3.756.gb776d




More information about the libvir-list mailing list