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
commit08af0aa321eb08cd70de770624bde67f81572de2 (patch)
tree86f79a723be03facd49aa00f69f6a907635fcf31 /sys-process/psmisc/files
parentadd desktop entry support for bug #85155 (diff)
downloadhistorical-08af0aa321eb08cd70de770624bde67f81572de2.tar.gz
historical-08af0aa321eb08cd70de770624bde67f81572de2.tar.bz2
historical-08af0aa321eb08cd70de770624bde67f81572de2.zip
- update nonls patch
Package-Manager: portage-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 : \