2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
This commit is contained in:
Ralf Corsepius
2002-11-15 14:14:36 +00:00
parent f289c09870
commit cef22e874a
4 changed files with 16 additions and 2 deletions

View File

@@ -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.

View File

@@ -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