summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-09-10 05:06:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-09-10 05:06:07 +0000
commit92f0c6181f43278b040a9aa0e5299c910b672e2d (patch)
treeb85e92a72b6dda3d8f14e74c8a46759f27105773 /sys-apps/dnotify/files
parentx86 stable wrt security bug #336321 (diff)
downloadgentoo-2-92f0c6181f43278b040a9aa0e5299c910b672e2d.tar.gz
gentoo-2-92f0c6181f43278b040a9aa0e5299c910b672e2d.tar.bz2
gentoo-2-92f0c6181f43278b040a9aa0e5299c910b672e2d.zip
Fix building with recent glibc wrt #336649 by Jochen Schlick.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dnotify/files')
-rw-r--r--sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
new file mode 100644
index 000000000000..6cc6e6f40092
--- /dev/null
+++ b/sys-apps/dnotify/files/dnotify-0.18.0-glibc-212.patch
@@ -0,0 +1,12 @@
+http://bugs.gentoo.org/336649
+
+--- src/main.c
++++ src/main.c
+@@ -19,6 +19,7 @@
+
+ #include <config.h>
+ #include <sys/types.h>
++#include <sys/stat.h>
+ #include <sys/wait.h>
+ #include <stdarg.h>
+ #include <errno.h>