Changeset cef22e87 in rtems


Ignore:
Timestamp:
11/15/02 14:14:36 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1417e2b4
Parents:
f289c09
Message:

2002-11-15 Ralf Corsepius <corsepiu@…>

  • monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    rf289c09 rcef22e87  
     12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
     4
    152002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libmisc/monitor/mon-command.c

    rf289c09 rcef22e87  
    5555
    5656static char monitor_prompt[32];
     57#ifndef RTEMS_UNIX
    5758static char buffer[RTEMS_COMMAND_BUFFER_SIZE];
    5859static int  pos;
    5960static int  logged_in;
    60 
     61#endif
    6162/*
    6263 * History data.
     
    6566#define RTEMS_COMMAND_HISTORIES (20)
    6667
     68#ifndef RTEMS_UNIX
    6769static char history_buffer[RTEMS_COMMAND_HISTORIES][RTEMS_COMMAND_BUFFER_SIZE];
    6870static int  history_pos[RTEMS_COMMAND_HISTORIES];
    6971static int  history;
    7072static int  history_next;
     73#endif
    7174
    7275/*
  • cpukit/libmisc/ChangeLog

    rf289c09 rcef22e87  
     12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * monitor/mon-commands.c: Removed warnings for RTEMS_UNIX.
     4
    152002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libmisc/monitor/mon-command.c

    rf289c09 rcef22e87  
    5555
    5656static char monitor_prompt[32];
     57#ifndef RTEMS_UNIX
    5758static char buffer[RTEMS_COMMAND_BUFFER_SIZE];
    5859static int  pos;
    5960static int  logged_in;
    60 
     61#endif
    6162/*
    6263 * History data.
     
    6566#define RTEMS_COMMAND_HISTORIES (20)
    6667
     68#ifndef RTEMS_UNIX
    6769static char history_buffer[RTEMS_COMMAND_HISTORIES][RTEMS_COMMAND_BUFFER_SIZE];
    6870static int  history_pos[RTEMS_COMMAND_HISTORIES];
    6971static int  history;
    7072static int  history_next;
     73#endif
    7174
    7275/*
Note: See TracChangeset for help on using the changeset viewer.