1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/shells/bash/files/patch-af
Martin Cracauer 9702f6aa4c Fix trace() symbol clash with ncurses
Untested (4-stable) commit by: ache
2000-05-24 10:12:01 +00:00

15 lines
332 B
Plaintext

--- 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