Ignore:
Timestamp:
02/12/01 14:51:46 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e5bc1968
Parents:
dde827b
Message:

2001-02-06 Ralf Corsepius <corsepiu@…>

  • monitor/mon-command.c: Use #if defined(RTEMS_UNIX).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/monitor/mon-command.c

    rdde827b r974d213f  
    474474    sprintf (monitor_prompt, "%d-%s", rtems_monitor_node, MONITOR_PROMPT);
    475475
    476 #ifdef RTEMS_UNIX
     476#if defined(RTEMS_UNIX)
    477477  /* RTEMS on unix gets so many interrupt system calls this is hosed */
    478478  printf ("%s> ", monitor_prompt);
Note: See TracChangeset for help on using the changeset viewer.