summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-10-08 18:50:24 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-10-08 18:50:24 +0000
commit4c9217b1e41115797c09673771a8405dff5ae96e (patch)
tree7dcf8b639a9d11dbb52943b096ec55ddea2d9527 /sys-kernel
parentfixing bug #56191 (Manifest recommit) (diff)
downloadgentoo-2-4c9217b1e41115797c09673771a8405dff5ae96e.tar.gz
gentoo-2-4c9217b1e41115797c09673771a8405dff5ae96e.tar.bz2
gentoo-2-4c9217b1e41115797c09673771a8405dff5ae96e.zip
LibSDL fixes for SPARC(64); bug #66701.
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/linux26-headers/ChangeLog6
-rw-r--r--sys-kernel/linux26-headers/files/linux26-headers-2.6.8.1-appCompat.patch26
2 files changed, 31 insertions, 1 deletions
diff --git a/sys-kernel/linux26-headers/ChangeLog b/sys-kernel/linux26-headers/ChangeLog
index c73985b0dc24..e933cc0743c1 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.31 2004/10/03 14:02:19 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux26-headers/ChangeLog,v 1.32 2004/10/08 18:50:24 plasmaroo Exp $
+
+ 08 Oct 2004; <plasmaroo@gentoo.org>
+ files/linux26-headers-2.6.8.1-appCompat.patch:
+ LibSDL fixes for SPARC(64); bug #66701.
*linux26-headers-2.6.8.1-r1 (03 Oct 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 02c251e7f45e..2444d2a8f811 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
@@ -1645,3 +1645,29 @@ diff -ur linux-2.6.8.1/include/asm-ppc64/page.h linux-2.6.8.1-gentoo/include/asm
typedef unsigned int pmd_t;
typedef unsigned int pgd_t;
typedef unsigned long pgprot_t;
+diff -ur linux-2.6.8.1/include/asm-sparc64/signal.h linux-2.6.8.1-gentoo/include/asm-sparc64/signal.h
+--- linux-2.6.8.1/include/asm-sparc64/signal.h 2004-07-10 01:47:34.000000000 +0100
++++ linux-2.6.8.1-gentoo/include/asm-sparc64/signal.h 2004-10-03 14:09:31.434460808 +0100
+@@ -110,7 +110,9 @@
+
+ #ifndef __ASSEMBLY__
+
++#ifndef __sigset_t_defined
+ typedef unsigned long __old_sigset_t; /* at least 32 bits */
++#endif
+
+ typedef struct {
+ unsigned long sig[_NSIG_WORDS];
+diff -ur linux-2.6.8.1/include/asm-sparc/signal.h linux-2.6.8.1-gentoo/include/asm-sparc/signal.h
+--- linux-2.6.8.1/include/asm-sparc/signal.h 2004-07-10 01:47:34.000000000 +0100
++++ linux-2.6.8.1-gentoo/include/asm-sparc/signal.h 2004-10-03 14:09:31.434460808 +0100
+@@ -105,7 +105,9 @@
+
+ #ifndef __ASSEMBLY__
+
++#ifndef __sigset_t_defined
+ typedef unsigned long __old_sigset_t;
++#endif
+
+ typedef struct {
+ unsigned long sig[_NSIG_WORDS];