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:
Ralf Corsepius
2002-10-26 06:29:59 +00:00
parent 20ec4a8972
commit 5ceb9d24c0
4 changed files with 14 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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