summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-06-25 08:29:35 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-06-25 08:29:35 +0000
commit8e2aa463df75b6222db0b253f05751e929247055 (patch)
treed62a57a28a5b6a51ff9f605c7ec6558340cbf14e /sys-apps
parentInitial import. (diff)
downloadhistorical-8e2aa463df75b6222db0b253f05751e929247055.tar.gz
historical-8e2aa463df75b6222db0b253f05751e929247055.tar.bz2
historical-8e2aa463df75b6222db0b253f05751e929247055.zip
__restrict_arr -> __restrict
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff2
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,