From 9702f6aa4c3c65495a4aecf593d9c5c8a49ce87b Mon Sep 17 00:00:00 2001 From: Martin Cracauer Date: Wed, 24 May 2000 10:12:01 +0000 Subject: Fix trace() symbol clash with ncurses Untested (4-stable) commit by: ache --- shells/bash2/files/patch-af | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shells/bash2/files/patch-af (limited to 'shells/bash2/files/patch-af') diff --git a/shells/bash2/files/patch-af b/shells/bash2/files/patch-af new file mode 100644 index 000000000000..73c7e7972ed3 --- /dev/null +++ b/shells/bash2/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 -- cgit v1.2.3