Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/vhba/files: vhba-1.2.1-kernel-2.6.34.patch
Date: Mon, 26 Apr 2010 19:40:42
Message-Id: 20100426194037.0A0062C043@corvid.gentoo.org
1 pva 10/04/26 19:40:36
2
3 Added: vhba-1.2.1-kernel-2.6.34.patch
4 Log:
5 Fixed build issue with 2.6.34 kernels, bug #317119, thank Rion for report.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-fs/vhba/files/vhba-1.2.1-kernel-2.6.34.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/files/vhba-1.2.1-kernel-2.6.34.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vhba/files/vhba-1.2.1-kernel-2.6.34.patch?rev=1.1&content-type=text/plain
13
14 Index: vhba-1.2.1-kernel-2.6.34.patch
15 ===================================================================
16 http://cdemu.svn.sourceforge.net/viewvc/cdemu/trunk/vhba-module/vhba.c?r1=678&r2=677&pathrev=678
17 https://sourceforge.net/tracker/?func=detail&atid=603423&aid=2992162&group_id=93175
18 http://bugs.gentoo.org/show_bug.cgi?id=317119
19
20 --- vhba.c 2010-04-26 19:35:04 +0000
21 +++ vhba.c 2010-04-26 19:35:20 +0000
22 @@ -26,6 +26,7 @@
23 #include <linux/platform_device.h>
24 #include <linux/miscdevice.h>
25 #include <linux/poll.h>
26 +#include <linux/slab.h>
27 #include <asm/uaccess.h>
28 #include <scsi/scsi.h>
29 #include <scsi/scsi_host.h>