summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devwrite.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
commit6a14d440bcb07f7832d741b89249dc4fdaaf65a9 (patch)
tree8c82569dfada68a0bb7cd81166e82c04a20ded62 /cpukit/libfs/src/devfs/devwrite.c
parent2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6a14d440bcb07f7832d741b89249dc4fdaaf65a9.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_init.c, libfs/src/devfs/devfs_show.c, libfs/src/devfs/devioctl.c, libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c, libfs/src/devfs/devwrite.c: Fix warnings.
Diffstat (limited to 'cpukit/libfs/src/devfs/devwrite.c')
-rw-r--r--cpukit/libfs/src/devfs/devwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devwrite.c b/cpukit/libfs/src/devfs/devwrite.c
index bc0822251c..2a6bd5ab7a 100644
--- a/cpukit/libfs/src/devfs/devwrite.c
+++ b/cpukit/libfs/src/devfs/devwrite.c
@@ -25,7 +25,7 @@ ssize_t devFS_write(
rtems_status_code status;
rtems_driver_name_t *np;
- np = (rtems_device_name_t *)iop->file_info;
+ np = (rtems_driver_name_t *)iop->file_info;
args.iop = iop;
args.offset = iop->offset;