mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Removed warnings.
This commit is contained in:
@@ -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>.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user