Changeset 5ceb9d24 in rtems


Ignore:
Timestamp:
10/26/02 06:29:59 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
51eacee9
Parents:
20ec4a8
Message:

2002-10-26 Ralf Corsepius <corsepiu@…>

  • monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    r20ec4a8 r5ceb9d24  
     12002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
     4        RTEMS_UNIX to avoid gcc warning.
     5
    162002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
    27
  • c/src/libmisc/monitor/mon-command.c

    r20ec4a8 r5ceb9d24  
    204204}
    205205
     206#ifndef RTEMS_UNIX
    206207/*
    207208 * The line editor with history.
     
    431432  }
    432433}
     434#endif
    433435
    434436/*
  • cpukit/libmisc/ChangeLog

    r20ec4a8 r5ceb9d24  
     12002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * monitor/mon-command.c: Don't build rtems_monitor_line_editor for
     4        RTEMS_UNIX to avoid gcc warning.
     5
    162002-10-24      Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
    27
  • cpukit/libmisc/monitor/mon-command.c

    r20ec4a8 r5ceb9d24  
    204204}
    205205
     206#ifndef RTEMS_UNIX
    206207/*
    207208 * The line editor with history.
     
    431432  }
    432433}
     434#endif
    433435
    434436/*
Note: See TracChangeset for help on using the changeset viewer.