Message ID | gsmf9d$bb8$1@ger.gmane.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> --- cache-utils.h.orig 2009-04-21 10:46:04.000000000 +0200 > +++ cache-utils.h 2009-04-22 08:39:20.000000000 +0200 > @@ -47,6 +47,8 @@ > } > #else > static inline void qemu_sync_idcache(unsigned long start, unsigned long > stop) > +{ > +} > #endif > > #define qemu_cache_utils_init(envp) do { (void) (envp); } while (0) The package kvm-85.tar.gz on sourceforge was broken. The current package doesn't show this problem. It was fixed just 50 minutes after I download the corrupt package. Thanks anyway, Bernhard -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- cache-utils.h.orig 2009-04-21 10:46:04.000000000 +0200 +++ cache-utils.h 2009-04-22 08:39:20.000000000 +0200 @@ -47,6 +47,8 @@ } #else static inline void qemu_sync_idcache(unsigned long start, unsigned long stop) +{ +} #endif #define qemu_cache_utils_init(envp) do { (void) (envp); } while (0)