mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
9702f6aa4c
Untested (4-stable) commit by: ache
15 lines
332 B
Plaintext
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
|