summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-01-22 00:18:05 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-01-22 00:18:05 +0000
commitb27f9faa118013b470b5e6a2144583bf15e3bb01 (patch)
tree455432222ee94ddeb7e556c46e558157e561d3b3 /sys-kernel
parentupdate longdesc (diff)
downloadhistorical-b27f9faa118013b470b5e6a2144583bf15e3bb01.tar.gz
historical-b27f9faa118013b470b5e6a2144583bf15e3bb01.tar.bz2
historical-b27f9faa118013b470b5e6a2144583bf15e3bb01.zip
Fixing howl compilation on IA64.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux-headers/ChangeLog6
-rw-r--r--sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch23
-rw-r--r--sys-kernel/linux26-headers/ChangeLog6
-rw-r--r--sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch23
4 files changed, 10 insertions, 48 deletions
diff --git a/sys-kernel/linux-headers/ChangeLog b/sys-kernel/linux-headers/ChangeLog
index 9f7ecf78ab4b..ebbd11e80701 100644
--- a/sys-kernel/linux-headers/ChangeLog
+++ b/sys-kernel/linux-headers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/linux-headers
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.94 2005/01/14 00:43:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.95 2005/01/22 00:18:05 plasmaroo Exp $
+
+ 22 Jan 2005; <plasmaroo@gentoo.org>
+ files/linux-headers-2.6.8.1-appCompat.patch:
+ Fixing howl compilation on IA64.
13 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
linux-headers-2.6.8.1-r2.ebuild, linux-headers-2.6.8.1-r4.ebuild:
diff --git a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch b/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch
index 328320e3380c..d85d2251759c 100644
--- a/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch
+++ b/sys-kernel/linux-headers/files/linux-headers-2.6.8.1-appCompat.patch
@@ -1164,29 +1164,6 @@ diff -ur linux-2.6.7/include/asm-ia64/unistd.h linux-2.6.7-gentoo/include/asm-ia
#define __NR_init_module 1133
#define __NR_delete_module 1134
/* 1135 was __NR_get_kernel_syms */
-diff -ur linux-2.6.7/include/asm-ia64/types.h linux-2.6.7-gentoo/include/asm-ia64/types.h
---- linux-2.6.7/include/asm-ia64/types.h 2004-07-10 01:47:34.000000000 +0100
-+++ linux-2.6.7-gentoo/include/asm-ia64/types.h 2004-07-27 20:13:02.000000000 +0100
-@@ -44,11 +44,6 @@
- typedef __signed__ long __s64;
- typedef unsigned long __u64;
-
--/*
-- * These aren't exported outside the kernel to avoid name space clashes
-- */
--# ifdef __KERNEL__
--
- typedef __s8 s8;
- typedef __u8 u8;
-
-@@ -69,7 +64,5 @@
-
- typedef unsigned short kmem_bufctl_t;
-
--# endif /* __KERNEL__ */
- #endif /* !__ASSEMBLY__ */
--
- #endif /* _ASM_IA64_TYPES_H */
diff -urp linux-2.6.7/include/asm-parisc/bitops.h linux-2.6.7-gentoo/include/asm-parisc/bitops.h
--- linux-2.6.7/include/asm-parisc/bitops.h 2004-08-24 12:09:23.000000000 -0400
+++ linux-2.6.7-gentoo/include/asm-parisc/bitops.h 2004-08-24 11:59:41.952667176 -0400
diff --git a/sys-kernel/linux26-headers/ChangeLog b/sys-kernel/linux26-headers/ChangeLog
index fe62057c13f5..cc694482d13d 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.53 2005/01/11 07:13:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.54 2005/01/22 00:15:19 plasmaroo Exp $
+
+ 22 Jan 2005; <plasmaroo@gentoo.org>
+ files/linux26-headers-2.6.8.1-appCompat.patch:
+ Fixing howl compilation on IA64.
10 Jan 2005; Mike Frysinger <vapier@gentoo.org>
linux26-headers-2.6.8.1-r2.ebuild, linux26-headers-2.6.8.1-r3.ebuild:
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 85ece42ba116..05ee4979cb85 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
@@ -1163,29 +1163,6 @@ diff -ur linux-2.6.7/include/asm-ia64/unistd.h linux-2.6.7-gentoo/include/asm-ia
#define __NR_init_module 1133
#define __NR_delete_module 1134
/* 1135 was __NR_get_kernel_syms */
-diff -ur linux-2.6.7/include/asm-ia64/types.h linux-2.6.7-gentoo/include/asm-ia64/types.h
---- linux-2.6.7/include/asm-ia64/types.h 2004-07-10 01:47:34.000000000 +0100
-+++ linux-2.6.7-gentoo/include/asm-ia64/types.h 2004-07-27 20:13:02.000000000 +0100
-@@ -44,11 +44,6 @@
- typedef __signed__ long __s64;
- typedef unsigned long __u64;
-
--/*
-- * These aren't exported outside the kernel to avoid name space clashes
-- */
--# ifdef __KERNEL__
--
- typedef __s8 s8;
- typedef __u8 u8;
-
-@@ -69,7 +64,5 @@
-
- typedef unsigned short kmem_bufctl_t;
-
--# endif /* __KERNEL__ */
- #endif /* !__ASSEMBLY__ */
--
- #endif /* _ASM_IA64_TYPES_H */
diff -urp linux-2.6.7/include/asm-parisc/bitops.h linux-2.6.7-gentoo/include/asm-parisc/bitops.h
--- linux-2.6.7/include/asm-parisc/bitops.h 2004-08-24 12:09:23.000000000 -0400
+++ linux-2.6.7-gentoo/include/asm-parisc/bitops.h 2004-08-24 11:59:41.952667176 -0400