diff options
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff b/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff index 06b4461b864c..3807e0178b64 100644 --- a/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff +++ b/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff @@ -5,7 +5,7 @@ extern int regexec _RE_ARGS ((const regex_t *__restrict __preg, const char *__restrict __string, size_t __nmatch, - regmatch_t __pmatch[__restrict_arr], -+ regmatch_t __pmatch[], ++ regmatch_t __pmatch[__restrict], int __eflags)); extern size_t regerror _RE_ARGS ((int __errcode, const regex_t *__preg, |