summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-04 12:55:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-04 12:55:47 +0000
commit1539e5c28b49b4c081a03953c05556734b5d1e28 (patch)
tree5740d85e402a575b7d54b40aecc9b90abcd8670e /sys-process/psmisc/files
parentKeyword ~amd64 wrt #294955. (diff)
downloadgentoo-2-1539e5c28b49b4c081a03953c05556734b5d1e28.tar.gz
gentoo-2-1539e5c28b49b4c081a03953c05556734b5d1e28.tar.bz2
gentoo-2-1539e5c28b49b4c081a03953c05556734b5d1e28.zip
Version bump. Finally a working version.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/psmisc/files')
-rw-r--r--sys-process/psmisc/files/psmisc-22.9-locale.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-process/psmisc/files/psmisc-22.9-locale.patch b/sys-process/psmisc/files/psmisc-22.9-locale.patch
deleted file mode 100644
index 1346d099b1c7..000000000000
--- a/sys-process/psmisc/files/psmisc-22.9-locale.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=299316
-http://sourceforge.net/tracker/?func=detail&aid=2922163&group_id=15273&atid=115273
-
---- psmisc-22.9/src/killall.c
-+++ psmisc-22.9/src/killall.c
-@@ -44,6 +44,10 @@
- #include <ctype.h>
- #include <assert.h>
-
-+#ifdef HAVE_LOCALE_H
-+#include <locale.h>
-+#endif
-+
- #ifdef WITH_SELINUX
- #include <selinux/selinux.h>
- #endif /*WITH_SELINUX*/