diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-09-17 21:48:13 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-09-17 21:48:13 +0000 |
commit | 4553f8ae17db95900f388b427ed0d2457b8e88db (patch) | |
tree | 5dfb450ef3ea6939a8f04eac556016d9e1839487 /sys-kernel | |
parent | Added optional sensord support, bug #63872. (Manifest recommit) (diff) | |
download | gentoo-2-4553f8ae17db95900f388b427ed0d2457b8e88db.tar.gz gentoo-2-4553f8ae17db95900f388b427ed0d2457b8e88db.tar.bz2 gentoo-2-4553f8ae17db95900f388b427ed0d2457b8e88db.zip |
Added a patch for capi4k-utils; bug #62310.
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/linux26-headers/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-kernel/linux26-headers/ChangeLog b/sys-kernel/linux26-headers/ChangeLog index 52b3e13b9ded..fa4334c59166 100644 --- a/sys-kernel/linux26-headers/ChangeLog +++ b/sys-kernel/linux26-headers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/linux26-headers # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.27 2004/09/13 15:47:21 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.28 2004/09/17 21:48:13 plasmaroo Exp $ + + 17 Sep 2004; <plasmaroo@gentoo.org> + files/linux26-headers-2.6.8.1-appCompat.patch: + Added a patch for capi4k-utils; bug #62310. *linux26-headers-2.6.5 (13 Sep 2004) diff --git a/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch index 739e2993bbd6..f6091226a451 100644 --- a/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch +++ b/sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch @@ -1547,3 +1547,14 @@ diff -ur linux-2.6.8.1/include/linux/crc-ccitt.h linux-2.6.8.1-gentoo/include/li { return (crc >> 8) ^ crc_ccitt_table[(crc ^ c) & 0xff]; } +diff -ur linux-2.6.8.1/include/linux/capi.h linux-2.6.8.1-gentoo/include/linux/capi.h +--- linux-2.6.8.1/include/linux/capi.h 2004-08-20 19:54:37.000000000 +0100 ++++ linux-2.6.8.1-gentoo/include/linux/capi.h 2004-08-25 18:49:57.048297800 +0100 +@@ -17,6 +17,7 @@ + #ifndef __KERNEL__ + #include <linux/kernelcapi.h> + #endif ++#include <linux/compiler.h> + + /* + * CAPI_REGISTER |