summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/monitor/mon-dname.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:13:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-01-17 20:13:45 +0000
commit72c440eea7bbd60c9402611053653d377d648e4b (patch)
tree85fa9600ee34cc8d6332f580eef2e317d90acafe /c/src/libmisc/monitor/mon-dname.c
parentModified fstat and stat to be consistent with isatty in that all three (diff)
downloadrtems-72c440eea7bbd60c9402611053653d377d648e4b.tar.bz2
Update from Tony Bennett (tbennett@divnc.com)
Diffstat (limited to 'c/src/libmisc/monitor/mon-dname.c')
-rw-r--r--c/src/libmisc/monitor/mon-dname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libmisc/monitor/mon-dname.c b/c/src/libmisc/monitor/mon-dname.c
index b9907eb42b..230e88e7bb 100644
--- a/c/src/libmisc/monitor/mon-dname.c
+++ b/c/src/libmisc/monitor/mon-dname.c
@@ -1,5 +1,5 @@
/*
- * @(#)dname.c 1.3 - 95/07/31
+ * @(#)dname.c 1.5 - 96/01/03
*
*
* RTEMS monitor driver names support.
@@ -54,7 +54,7 @@ rtems_monitor_dname_next(
)
{
int n = rtems_get_index(*next_id);
- rtems_driver_name_t *table = object_information;
+ rtems_driver_name_t *table = _IO_Driver_name_table;
rtems_driver_name_t *np = 0;
/* XXX should we be using _IO_Number_of_devices */