summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devclose.c')
-rw-r--r--cpukit/libfs/src/devfs/devclose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/devfs/devclose.c b/cpukit/libfs/src/devfs/devclose.c
index 87bac80488..66a89b98e7 100644
--- a/cpukit/libfs/src/devfs/devclose.c
+++ b/cpukit/libfs/src/devfs/devclose.c
@@ -21,9 +21,9 @@ int devFS_close(
{
rtems_libio_open_close_args_t args;
rtems_status_code status;
- rtems_driver_name_t *np;
+ rtems_device_name_t *np;
- np = (rtems_driver_name_t *)iop->file_info;
+ np = (rtems_device_name_t *)iop->file_info;
args.iop = iop;
args.flags = 0;