forked from Imagelibrary/rtems
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
|
||||
|
||||
2002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* capture/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -54,20 +54,23 @@
|
||||
#define RTEMS_COMMAND_BUFFER_SIZE (75)
|
||||
|
||||
static char monitor_prompt[32];
|
||||
#ifndef RTEMS_UNIX
|
||||
static char buffer[RTEMS_COMMAND_BUFFER_SIZE];
|
||||
static int pos;
|
||||
static int logged_in;
|
||||
|
||||
#endif
|
||||
/*
|
||||
* History data.
|
||||
*/
|
||||
|
||||
#define RTEMS_COMMAND_HISTORIES (20)
|
||||
|
||||
#ifndef RTEMS_UNIX
|
||||
static char history_buffer[RTEMS_COMMAND_HISTORIES][RTEMS_COMMAND_BUFFER_SIZE];
|
||||
static int history_pos[RTEMS_COMMAND_HISTORIES];
|
||||
static int history;
|
||||
static int history_next;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Translation tables. Not sure if this is the best way to
|
||||
|
||||
Reference in New Issue
Block a user