2003-06-15 Andrew Cagney <cagney@redhat.com>

* rdi-share/host.h (Fail): Change to a varargs function.
	* remote-rdi.c (Fail): Update.
This commit is contained in:
Andrew Cagney
2003-06-15 12:30:56 +00:00
parent de5b9bb93a
commit 3bd3f01e76
3 changed files with 7 additions and 2 deletions

View File

@ -1066,7 +1066,7 @@ _initialize_remote_rdi (void)
/* A little dummy to make linking with the library succeed. */
void
Fail (const char *ignored)
Fail (const char *ignored, ...)
{
}