<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-10)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-10 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libcsupport/src/unmount.c: Removed obsolete declarations.  Fixed
        invalid memory free.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2364&r2=text&tr2=1.2365&diff_format=h">M</a></td><td width='1%'>1.2365</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/unmount.c.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&diff_format=h">M</a></td><td width='1%'>1.26</td><td width='100%'>cpukit/libcsupport/src/unmount.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2010-06-10        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * libcsupport/src/unmount.c: Removed obsolete declarations.  Fixed
+       invalid memory free.
+
+2010-06-10     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * libnetworking/rtems/ftpfs.h, libnetworking/lib/ftpfs.c:  Removed
        rtems_ftpfs_mount().
 

<font color='#006600'>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
</font><font color='#997700'>@@ -33,16 +33,6 @@
</font> #include <rtems/libio_.h>
 #include <rtems/seterr.h>
 
<font color='#880000'>-/*
- *  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
-);
-
</font> bool rtems_filesystem_nodes_equal(
   const rtems_filesystem_location_info_t   *loc1,
   const rtems_filesystem_location_info_t   *loc2
<font color='#997700'>@@ -213,7 +203,6 @@
</font>    */
 
   rtems_filesystem_freenode( fs_mount_loc );
<font color='#880000'>-  free( (void*) mt_entry->target );
</font>   free( mt_entry );
 
   return 0;
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>