Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/dnotify/files: dnotify-0.18.0-glibc-212.patch
Date: Fri, 10 Sep 2010 05:06:10
Message-Id: 20100910050607.1DA7D20054@flycatcher.gentoo.org
1 ssuominen 10/09/10 05:06:07
2
3 Added: dnotify-0.18.0-glibc-212.patch
4 Log:
5 Fix building with recent glibc wrt #336649 by Jochen Schlick.
6
7 (Portage version: 2.2_rc78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch?rev=1.1&content-type=text/plain
14
15 Index: dnotify-0.18.0-glibc-212.patch
16 ===================================================================
17 http://bugs.gentoo.org/336649
18
19 --- src/main.c
20 +++ src/main.c
21 @@ -19,6 +19,7 @@
22
23 #include <config.h>
24 #include <sys/types.h>
25 +#include <sys/stat.h>
26 #include <sys/wait.h>
27 #include <stdarg.h>
28 #include <errno.h>