summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>2000-05-24 10:12:01 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>2000-05-24 10:12:01 +0000
commit9702f6aa4c3c65495a4aecf593d9c5c8a49ce87b (patch)
tree71f33e668e5446411dae885cbe6dd3ddc51a1462 /shells/bash
parentProvide a small workarround to fix a bug in the pcm driver. The driver seems (diff)
Fix trace() symbol clash with ncurses
Untested (4-stable) commit by: ache
Notes
Notes: svn path=/head/; revision=28725
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/files/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/bash/files/patch-af b/shells/bash/files/patch-af
new file mode 100644
index 000000000000..73c7e7972ed3
--- /dev/null
+++ b/shells/bash/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