Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/moonlight/files: moonlight-1.0.1-glibc-212.patch
Date: Tue, 31 Aug 2010 15:38:35
Message-Id: 20100831153833.5C1A020057@flycatcher.gentoo.org
1 ssuominen 10/08/31 15:38:33
2
3 Added: moonlight-1.0.1-glibc-212.patch
4 Log:
5 Fix building with recent glibc wrt #333943 by Diego E. Pettenò.
6
7 (Portage version: 2.2_rc69/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 www-plugins/moonlight/files/moonlight-1.0.1-glibc-212.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/files/moonlight-1.0.1-glibc-212.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/moonlight/files/moonlight-1.0.1-glibc-212.patch?rev=1.1&content-type=text/plain
14
15 Index: moonlight-1.0.1-glibc-212.patch
16 ===================================================================
17 http://bugs.gentoo.org/333943
18
19 --- src/pipeline.cpp
20 +++ src/pipeline.cpp
21 @@ -15,6 +15,7 @@
22 #include <config.h>
23 #include <stdio.h>
24 #include <sys/types.h>
25 +#include <sys/stat.h>
26 #include <unistd.h>
27 #include <fcntl.h>
28 #include <errno.h>