* rdi-share/host.h (Fail): Change to a varargs function.
* remote-rdi.c (Fail): Update.
+2003-06-15 Andrew Cagney <cagney@redhat.com>
+
+ * rdi-share/host.h (Fail): Change to a varargs function.
+ * remote-rdi.c (Fail): Update.
+
2003-06-15 Mark Kettenis <kettenis@gnu.org>
* i386-tdep.c (i386_next_regnum): Fix bounds checking.
#endif
/* Needs to be supplied by the host. */
-extern void Fail (const char *);
+extern void Fail (const char *, ...);
/* end of host.h */
/* A little dummy to make linking with the library succeed. */
void
-Fail (const char *ignored)
+Fail (const char *ignored, ...)
{
}