diff options
author | 2003-04-25 02:14:43 +0000 | |
---|---|---|
committer | 2003-04-25 02:14:43 +0000 | |
commit | 501728225fc5453cc486e1e1fc3c1f130cc35d64 (patch) | |
tree | 2a533bc8256a76eb83ec9b99880d1122b8881677 /sys-apps/grep/files | |
parent | Bump (diff) | |
download | historical-501728225fc5453cc486e1e1fc3c1f130cc35d64.tar.gz historical-501728225fc5453cc486e1e1fc3c1f130cc35d64.tar.bz2 historical-501728225fc5453cc486e1e1fc3c1f130cc35d64.zip |
Added patch for sparc32 to fix bug #17568
Diffstat (limited to 'sys-apps/grep/files')
-rw-r--r-- | sys-apps/grep/files/gentoo-sparc32-dfa.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/grep/files/gentoo-sparc32-dfa.patch b/sys-apps/grep/files/gentoo-sparc32-dfa.patch new file mode 100644 index 000000000000..20295fc43fdd --- /dev/null +++ b/sys-apps/grep/files/gentoo-sparc32-dfa.patch @@ -0,0 +1,11 @@ +*** src/dfa.h Fri Apr 25 01:36:02 2003 +--- src/dfa.h.mod Fri Apr 25 01:36:56 2003 +*************** +*** 428,432 **** +--- 428,433 ---- + + /* dfaerror() is called by the regexp routines whenever an error occurs. It + takes a single argument, a NUL-terminated string describing the error. + The user must supply a dfaerror. */ + extern void dfaerror PARAMS ((const char *)); ++ |