Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157987 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- user/kvmctl.c       (revision 4356)
0
++ user/kvmctl.c       (working copy)
Lines 23-29 Link Here
23
#include <errno.h>
23
#include <errno.h>
24
#include "kvmctl.h"
24
#include "kvmctl.h"
25
#define EXPECTED_KVM_API_VERSION 2
25
#define EXPECTED_KVM_API_VERSION 3
26
#if EXPECTED_KVM_API_VERSION != KVM_API_VERSION
26
#if EXPECTED_KVM_API_VERSION != KVM_API_VERSION
27
#error libkvm: userspace and kernel version mismatch
27
#error libkvm: userspace and kernel version mismatch

Return to bug 157987