summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libfs/ChangeLog4
-rw-r--r--cpukit/libfs/src/dosfs/msdos_create.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 56c7390618..91517c3305 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-03 Joel Sherrill <joel@OARcorp.com>
+
+ * msdos_create.c: Remove unused variable warning.
+
2003-08-05 <djc915@mail.usask.ca>
PR 443/filesystem
diff --git a/cpukit/libfs/src/dosfs/msdos_create.c b/cpukit/libfs/src/dosfs/msdos_create.c
index 4606598a8e..a335b48bf7 100644
--- a/cpukit/libfs/src/dosfs/msdos_create.c
+++ b/cpukit/libfs/src/dosfs/msdos_create.c
@@ -295,9 +295,8 @@ msdos_file_link(rtems_filesystem_location_info_t *to_loc,
rtems_status_code sc = RTEMS_SUCCESSFUL;
msdos_fs_info_t *fs_info = to_loc->mt_entry->fs_info;
fat_file_fd_t *to_fat_fd = to_loc->node_access;
- fat_file_fd_t *par_fat_fd = par_loc->node_access;
- char new_name[ MSDOS_NAME_MAX + 1 ];
- int len;
+ char new_name[ MSDOS_NAME_MAX + 1 ];
+ int len;
/*
* check spelling and format new node name