2002-10-31 Joel Sherrill <joel@OARcorp.com>

* comm/i386-stub.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-10-31 21:44:19 +00:00
parent 703f3a4031
commit 5c40330977
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Removed warnings.
2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pci/pcibios.c: #include <string.h>.

View File

@@ -567,9 +567,10 @@ char remcomOutBuffer[BUFMAX];
static short error;
void
debug_error (format, parm)
char *format;
char *parm;
debug_error (
char *format,
char *parm
)
{
if (remote_debug)
fprintf (stderr, format, parm);