diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-22 17:31:37 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-22 17:31:37 +0000 |
commit | d65f1724834111db986f7a13807a809c57b71496 (patch) | |
tree | 569416fb59bf264cf535ca0bce912a5d65bf9072 /packages/alsa/files/libio.patch | |
parent | fa4eb48f75758f1e38948a6e3539bcd0c1e40200 (diff) | |
parent | 721b1996622b7032acb6078f0a32d236901e6b3b (diff) |
merge of 'd99c8702df0201605c294d4a9f65791562789838'
and 'e4aab546c3b33577e2fb6bcfe199da5a98b4a9a3'
Diffstat (limited to 'packages/alsa/files/libio.patch')
-rw-r--r-- | packages/alsa/files/libio.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/alsa/files/libio.patch b/packages/alsa/files/libio.patch index 83345a98d3..a053e4c604 100644 --- a/packages/alsa/files/libio.patch +++ b/packages/alsa/files/libio.patch @@ -1,7 +1,7 @@ Index: alsa-oss-1.0.15/alsa/stdioemu.c =================================================================== --- alsa-oss-1.0.15.orig/alsa/stdioemu.c 2007-10-15 10:50:40.000000000 +0200 -+++ alsa-oss-1.0.15/alsa/stdioemu.c 2008-07-20 22:29:46.767474560 +0200 ++++ alsa-oss-1.0.15/alsa/stdioemu.c 2008-07-21 22:17:06.303161438 +0200 @@ -37,7 +37,9 @@ #endif @@ -18,8 +18,8 @@ Index: alsa-oss-1.0.15/alsa/stdioemu.c result = fopencookie (fdc,"w", fns); +#ifdef HAVE_FILENO result->_fileno = fdc->fd; /* ugly patchy slimy kludgy hack */ -+else -+ result->_filedes = fdc->fd; ++#else ++ result->__filedes = fdc->fd; +#endif } return result; @@ -27,7 +27,7 @@ Index: alsa-oss-1.0.15/alsa/stdioemu.c Index: alsa-oss-1.0.15/configure.in =================================================================== --- alsa-oss-1.0.15.orig/configure.in 2007-10-15 10:50:40.000000000 +0200 -+++ alsa-oss-1.0.15/configure.in 2008-07-20 22:49:45.455837502 +0200 ++++ alsa-oss-1.0.15/configure.in 2008-07-21 22:16:11.719837298 +0200 @@ -33,6 +33,12 @@ LIBS="$OLD_LIBS" fi |