forked from Imagelibrary/rtems
2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-command.c: Don't build rtems_monitor_line_editor for RTEMS_UNIX to avoid gcc warning.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* monitor/mon-command.c: Don't build rtems_monitor_line_editor for
|
||||||
|
RTEMS_UNIX to avoid gcc warning.
|
||||||
|
|
||||||
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
|
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
|
||||||
|
|
||||||
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
|
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ rtems_monitor_getchar (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef RTEMS_UNIX
|
||||||
/*
|
/*
|
||||||
* The line editor with history.
|
* The line editor with history.
|
||||||
*/
|
*/
|
||||||
@@ -430,6 +431,7 @@ rtems_monitor_line_editor (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* make_argv(cp): token-count
|
* make_argv(cp): token-count
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* monitor/mon-command.c: Don't build rtems_monitor_line_editor for
|
||||||
|
RTEMS_UNIX to avoid gcc warning.
|
||||||
|
|
||||||
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
|
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
|
||||||
|
|
||||||
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
|
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c:
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ rtems_monitor_getchar (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef RTEMS_UNIX
|
||||||
/*
|
/*
|
||||||
* The line editor with history.
|
* The line editor with history.
|
||||||
*/
|
*/
|
||||||
@@ -430,6 +431,7 @@ rtems_monitor_line_editor (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* make_argv(cp): token-count
|
* make_argv(cp): token-count
|
||||||
|
|||||||
Reference in New Issue
Block a user