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
commite2daf2a67b624fc391b69656e2e630432fa6cfc9 (patch)
treed797c975d3e6c22ed4358b5939aaf2f78f29a8f3 /sys-apps/dnotify/files
parentx86 stable wrt security bug #336321 (diff)
downloadhistorical-e2daf2a67b624fc391b69656e2e630432fa6cfc9.tar.gz
historical-e2daf2a67b624fc391b69656e2e630432fa6cfc9.tar.bz2
historical-e2daf2a67b624fc391b69656e2e630432fa6cfc9.zip
Fix building with recent glibc wrt #336649 by Jochen Schlick.
Package-Manager: portage-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>