change log for rtems (2010-06-10)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Jun 10 11:11:42 UTC 2010
*sh*:
2010-06-10 Sebastian Huber <sebastian.huber at embedded-brains.de>
* libcsupport/src/unmount.c: Removed obsolete declarations. Fixed
invalid memory free.
M 1.2365 cpukit/ChangeLog
M 1.26 cpukit/libcsupport/src/unmount.c
diff -u rtems/cpukit/ChangeLog:1.2364 rtems/cpukit/ChangeLog:1.2365
--- rtems/cpukit/ChangeLog:1.2364 Thu Jun 10 04:20:27 2010
+++ rtems/cpukit/ChangeLog Thu Jun 10 05:12:28 2010
@@ -1,5 +1,10 @@
2010-06-10 Sebastian Huber <sebastian.huber at embedded-brains.de>
+ * libcsupport/src/unmount.c: Removed obsolete declarations. Fixed
+ invalid memory free.
+
+2010-06-10 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
* libnetworking/rtems/ftpfs.h, libnetworking/lib/ftpfs.c: Removed
rtems_ftpfs_mount().
diff -u rtems/cpukit/libcsupport/src/unmount.c:1.25 rtems/cpukit/libcsupport/src/unmount.c:1.26
--- rtems/cpukit/libcsupport/src/unmount.c:1.25 Mon May 31 08:56:36 2010
+++ rtems/cpukit/libcsupport/src/unmount.c Thu Jun 10 05:12:28 2010
@@ -33,16 +33,6 @@
#include <rtems/libio_.h>
#include <rtems/seterr.h>
-/*
- * Data structures and routines private to mount/unmount pair.
- */
-
-extern rtems_chain_control rtems_filesystem_mount_table_control;
-
-int search_mt_for_mount_point(
- rtems_filesystem_location_info_t *location_of_mount_point
-);
-
bool rtems_filesystem_nodes_equal(
const rtems_filesystem_location_info_t *loc1,
const rtems_filesystem_location_info_t *loc2
@@ -213,7 +203,6 @@
*/
rtems_filesystem_freenode( fs_mount_loc );
- free( (void*) mt_entry->target );
free( mt_entry );
return 0;
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100610/cc528a15/attachment-0001.html>
More information about the vc
mailing list