repository: /home/avi/kvm
branch: master
commit 4c9f828d460063d6c2929656726ae5fb427663bb
Author: Avi Kivity <[EMAIL PROTECTED]>
Date:   Thu Nov 22 13:25:53 2007 +0200

    kvm: external module: supply true/false for older kernels
    
    Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/kernel/external-module-compat.h b/kernel/external-module-compat.h
index ec49e8b..668312a 100644
--- a/kernel/external-module-compat.h
+++ b/kernel/external-module-compat.h
@@ -572,3 +572,8 @@ static inline void blahblah(void)
 #define desc_struct kvm_desc_struct
 #define desc_ptr kvm_desc_ptr
 
+#undef true
+#define true 1
+#undef false
+#define false 0
+

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to