On 10/20/2009 02:11 PM, [email protected] wrote:
From: Wolfgang Mauerer<[email protected]>

Most people won't have the sources installed in the path
that is the current default setting.

--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
  [submodule "linux-2.6"]
        path = linux-2.6
-       url = ../kvm.git
+       url = git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git

'../kvm.git' is interpreted relative to the origin url, which is usually git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm-kmod.git, so it all works out (including when kvm-kmod.git was cloned using the http protocol, or from a mirror).

What exactly are you trying to fix?

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to