diff options
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/bash3/files/patch-af b/shells/bash3/files/patch-af new file mode 100644 index 0000000..73c7e79 --- /dev/null +++ b/shells/bash3/files/patch-af @@ -0,0 +1,14 @@ +--- error.c.old Wed May 24 12:04:50 2000 ++++ error.c Wed May 24 12:05:21 2000 +@@ -465,9 +465,9 @@ + terminal. */ + void + #if defined (PREFER_STDARG) +-trace (const char *format, ...) ++bash_trace (const char *format, ...) + #else +-trace (format, va_alist) ++bash_trace (format, va_alist) + const char *format; + va_dcl + #endif |