summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-03-14 06:17:42 +0000
committerNed Ludd <solar@gentoo.org>2005-03-14 06:17:42 +0000
commitcba8d37a79870aedf5e799160f6ba7f69ceb9743 (patch)
tree87b09fbdf7056c9cbec146248983f94a8653c21a /sys-process/psmisc/files
parentadd desktop entry support for bug #85155 (diff)
downloadgentoo-2-cba8d37a79870aedf5e799160f6ba7f69ceb9743.tar.gz
gentoo-2-cba8d37a79870aedf5e799160f6ba7f69ceb9743.tar.bz2
gentoo-2-cba8d37a79870aedf5e799160f6ba7f69ceb9743.zip
- update nonls patch
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-process/psmisc/files')
-rw-r--r--sys-process/psmisc/files/psmisc-21.6-nonls.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/psmisc/files/psmisc-21.6-nonls.patch b/sys-process/psmisc/files/psmisc-21.6-nonls.patch
index 4d282e3423a6..753bae56a7e7 100644
--- a/sys-process/psmisc/files/psmisc-21.6-nonls.patch
+++ b/sys-process/psmisc/files/psmisc-21.6-nonls.patch
@@ -4,7 +4,7 @@
#define _(String) gettext (String)
#else
#define _(String) (String)
-+#define rpmatch(x) \
++#define rpmatch(line) \
+ ( (line == NULL) ? -1 : \
+ (*line == 'y' || *line == 'Y') ? 1 : \
+ (*line == 'n' || *line == 'N') ? 0 : \