From 2fbbacf67a6e7f4d0fe18438e04426d637e9a4f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 May 2010 15:28:19 +0100 Subject: [PATCH 1/1] xfoo => mfoo, add comment --- backends/innduct.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backends/innduct.c b/backends/innduct.c index 36dc8aa..5d49ea6 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -608,6 +608,11 @@ logwrap(debug, " debug", LOG_DEBUG, -1); /*========== utility functions etc. ==========*/ +/* error trapping wrappers are called mfoo rather than the more + * conventional xfoo because we don't want to clash with the existing + * xfoo functions in INN libs which use different error handlers + */ + static char *mvasprintf(const char *fmt, va_list al) PRINTF(1,0); static char *mvasprintf(const char *fmt, va_list al) { char *str; -- 2.30.2