diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-24 12:14:29 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-12-24 12:14:29 +0000 |
commit | 6a24a35540bcd0b37d0feed2eee03d66f47b36cb (patch) | |
tree | 0569eec022f0e66a362e8bf0e1dfcf876deb8f35 /sys-kernel/linux-headers | |
parent | Version bumped, and added a patch to make some applications which didn't comp... (diff) | |
download | gentoo-2-6a24a35540bcd0b37d0feed2eee03d66f47b36cb.tar.gz gentoo-2-6a24a35540bcd0b37d0feed2eee03d66f47b36cb.tar.bz2 gentoo-2-6a24a35540bcd0b37d0feed2eee03d66f47b36cb.zip |
Fixed a slight patch bug.
Diffstat (limited to 'sys-kernel/linux-headers')
-rw-r--r-- | sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch index faf7d4b3c2d6..5aba6970d004 100644 --- a/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch +++ b/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch @@ -64,7 +64,7 @@ diff -Naur linux-2.6.0/include/linux/fs.h linux-2.6.0/include/linux.plasmaroo/fs -#include <linux/radix-tree.h> + +/* This should fix any ``sys-fs'' items getting spinlocks. -+ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.1 2003/12/24 12:09:59 plasmaroo Exp $ ++ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.2 2003/12/24 12:14:29 plasmaroo Exp $ +*/ + +#ifdef __KERNEL__ @@ -84,7 +84,7 @@ diff -Naur linux-2.6.0/include/linux/isdn.h linux-2.6.0/include/linux.plasmaroo/ -#include <linux/isdn/fsm.h> + +/* This should sort out ``ligtop'' from getting spinlocks. -+ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.1 2003/12/24 12:09:59 plasmaroo Exp $ ++ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.2 2003/12/24 12:14:29 plasmaroo Exp $ +*/ +#ifdef __KERNEL__ + #include <linux/isdn/fsm.h> @@ -102,9 +102,9 @@ diff -Naur linux-2.6.0/include/linux/msdos_fs.h linux-2.6.0/include/linux.plasma -#include <linux/buffer_head.h> + +/* This should sort out any problems with ``dosfstools''. -+ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.1 2003/12/24 12:09:59 plasmaroo Exp $ ++ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.2 2003/12/24 12:14:29 plasmaroo Exp $ +*/ -+#ifdef __KERNEL ++#ifdef __KERNEL__ + #include <linux/buffer_head.h> +#endif + @@ -220,7 +220,7 @@ diff -Naur linux-2.6.0/include/linux/videodev.h linux-2.6.0/include/linux.plasma -#include <linux/device.h> + +/* Should sort out ``DirectFB''. -+ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.1 2003/12/24 12:09:59 plasmaroo Exp $ ++ $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/files/linux-headers-2.6.0-appCompat.patch,v 1.2 2003/12/24 12:14:29 plasmaroo Exp $ +*/ +#ifdef __KERNEL__ + #include <linux/device.h> |