]> git.pld-linux.org Git - packages/drbd.git/commitdiff
- new auto/th/drbd-8_3_2-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 15 Aug 2009 11:12:16 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd-swab.patch -> 1.1

drbd-swab.patch [new file with mode: 0644]

diff --git a/drbd-swab.patch b/drbd-swab.patch
new file mode 100644 (file)
index 0000000..55f9532
--- /dev/null
@@ -0,0 +1,12 @@
+--- drbd-8.3.2/drbd/drbd_main.c~       2009-06-25 15:13:04.000000000 +0200
++++ drbd-8.3.2/drbd/drbd_main.c        2009-08-15 13:09:23.195950819 +0200
+@@ -43,7 +43,8 @@
+ #include <linux/random.h>
+ #include <linux/reboot.h>
+ #include <linux/notifier.h>
+-#ifdef HAVE_LINUX_BYTEORDER_SWABB_H
++#include <linux/version.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)
+ #include <linux/byteorder/swabb.h>
+ #else
+ #include <linux/swab.h>
This page took 0.104962 seconds and 4 git commands to generate.