diff options
Diffstat (limited to 'sys-process/psmisc/files/psmisc-21.6-nonls.patch')
-rw-r--r-- | sys-process/psmisc/files/psmisc-21.6-nonls.patch | 2 |
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 : \ |