alsa: dropped unused patches

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1861 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-05 14:18:46 +00:00
parent e648ea1aac
commit ce894a0d9f
2 changed files with 0 additions and 29 deletions

View File

@ -1,15 +0,0 @@
sys_siglist is not supported by default on uclibc and is, in general,
a bad thing for the same reasons as sys_errlist is a bad thing. GNU
supports strsignal in the manner of strerror
--- alsa-utils-1.0.8/alsamixer/alsamixer.c.orig 2005-09-06 12:44:41.415219126 -0700
+++ alsa-utils-1.0.8/alsamixer/alsamixer.c 2005-09-06 12:44:43.407344482 -0700
@@ -2188,7 +2188,7 @@
mixer_signal_handler (int signal)
{
if (signal != SIGSEGV)
- mixer_abort (ERR_SIGNAL, sys_siglist[signal], 0);
+ mixer_abort (ERR_SIGNAL, strsignal(signal), 0);
else
{
fprintf (stderr, "\nSegmentation fault.\n");

View File

@ -1,14 +0,0 @@
---
seq/aseqnet/Makefile.am | 1 +
1 file changed, 1 insertion(+)
Index: alsa-utils-1.0.10/seq/aseqnet/Makefile.am
===================================================================
--- alsa-utils-1.0.10.orig/seq/aseqnet/Makefile.am 2001-11-06 07:51:49.000000000 +0000
+++ alsa-utils-1.0.10/seq/aseqnet/Makefile.am 2007-05-28 22:29:23.000000000 +0100
@@ -3,4 +3,5 @@ EXTRA_DIST = README.aseqnet aseqnet.1
bin_PROGRAMS = aseqnet
aseqnet_SOURCES = aseqnet.c
+aseqnet_LDADD = @LTLIBINTL@
man_MANS = aseqnet.1