<!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-07-14)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>

        PR 1612/networking
        * ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
        handlers in place. Null is no longer allowed.
</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.2501&r2=text&tr2=1.2502&diff_format=h">M</a></td><td width='1%'>1.2502</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/libio_sockets.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>cpukit/libcsupport/src/libio_sockets.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2501 rtems/cpukit/ChangeLog:1.2502
--- rtems/cpukit/ChangeLog:1.2501       Tue Jul 13 16:43:32 2010
+++ rtems/cpukit/ChangeLog      Wed Jul 14 10:01:00 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-07-14    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       PR 1612/networking
+       * ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
+       handlers in place. Null is no longer allowed.
+
</font> 2010-07-13        Vinu Rajashekhar <vinutheraj@gmail.com>
 
        PR 1614/filesystem
<font color='#997700'>@@ -5,8 +11,9 @@
</font>   libfs/src/imfs/imfs_load_tar.c: Fix rtems_tarfs_load to work with
        pipe filesystem.
 
<font color='#880000'>-2010-07-12 Jennifer Averett
</font><font color='#000088'>+2010-07-12    Jennifer Averett <jennifer.averett@oarcorp.com>
</font> 
<font color='#000088'>+   PR 1612/networking
</font>   * libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
        with default handlers. Null handlers are no longer allowed.
 

<font color='#006600'>diff -u rtems/cpukit/libcsupport/src/libio_sockets.c:1.14 rtems/cpukit/libcsupport/src/libio_sockets.c:1.15
--- rtems/cpukit/libcsupport/src/libio_sockets.c:1.14   Mon Jun 28 18:12:10 2010
+++ rtems/cpukit/libcsupport/src/libio_sockets.c        Wed Jul 14 10:01:00 2010
</font><font color='#997700'>@@ -71,5 +71,7 @@
</font>   iop->data0 = fd;
   iop->data1 = so;
   iop->handlers = h;
<font color='#000088'>+  iop->pathinfo.handlers = rtems_filesystem_root.handlers;
+  iop->pathinfo.ops = rtems_filesystem_root.ops;
</font>   return fd;
 }
</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>