diff options
author | Murat D. Kadirov <banderols@gmail.com> | 2010-05-13 01:00:55 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:55 +0200 |
commit | 16c384a4fe5c626d3a7f541696aa319331575414 (patch) | |
tree | 4e11abe3b17f7030f2e82f880fd5d51195c3d18f /system/kvm/2.6.30.patch | |
parent | e17bff9a863642bf6edcb1b191a793e2831f59aa (diff) | |
download | slackbuilds-16c384a4fe5c626d3a7f541696aa319331575414.tar.gz |
system/kvm: Added to 13.0 repository
Diffstat (limited to 'system/kvm/2.6.30.patch')
-rw-r--r-- | system/kvm/2.6.30.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/kvm/2.6.30.patch b/system/kvm/2.6.30.patch new file mode 100644 index 0000000000..21228115e5 --- /dev/null +++ b/system/kvm/2.6.30.patch @@ -0,0 +1,12 @@ +diff -Nur kvm-88.orig/kvm/kernel/external-module-compat-comm.h kvm-88/kvm/kernel/external-module-compat-comm.h +--- kvm-88.orig/kvm/kernel/external-module-compat-comm.h 2009-07-17 20:47:08.000000000 -0300 ++++ kvm-88/kvm/kernel/external-module-compat-comm.h 2009-07-17 20:55:21.000000000 -0300 +@@ -845,7 +845,7 @@ + + #include <linux/tracepoint.h> + +-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) + + struct tracepoint; + |