(only used if HAVE_GLIBC_BACKTRACE, so perhaps ifdef it?)
/*
- * $Id: log.c,v 1.17 2004/12/07 15:39:32 ajs Exp $
+ * $Id: log.c,v 1.18 2004/12/09 14:53:32 gdt Exp $
*
* Logging of zebra
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
return str_append(s,len,t);
}
+/*
+ * XXX warning: `hex_append' defined but not used
+ * Apparently this is used only if HAVE_GLIBC_BACKTRACE is defined.
+ */
static char *
hex_append(char *s, int len, u_long x)
{