diff options
Diffstat (limited to 'sys-apps/grep/files/gentoo-sparc32-dfa.patch')
-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 *)); ++ |