<!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-12)</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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-07-12 Jennifer Averett

        * libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
        with default handlers. Null handlers are 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.2499&r2=text&tr2=1.2500&diff_format=h">M</a></td><td width='1%'>1.2500</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/rtems/rtems_syscall.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&diff_format=h">M</a></td><td width='1%'>1.28</td><td width='100%'>cpukit/libnetworking/rtems/rtems_syscall.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2499 rtems/cpukit/ChangeLog:1.2500
--- rtems/cpukit/ChangeLog:1.2499       Sat Jul 10 09:31:45 2010
+++ rtems/cpukit/ChangeLog      Mon Jul 12 08:51:59 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-07-12    Jennifer Averett
+
+       * libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
+       with default handlers. Null handlers are no longer allowed.
+
</font> 2010-07-10        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * libcsupport/Makefile.am: Do not build libio_sockets.c if networking

<font color='#006600'>diff -u rtems/cpukit/libnetworking/rtems/rtems_syscall.c:1.27 rtems/cpukit/libnetworking/rtems/rtems_syscall.c:1.28
--- rtems/cpukit/libnetworking/rtems/rtems_syscall.c:1.27       Mon Dec 22 23:00:57 2008
+++ rtems/cpukit/libnetworking/rtems/rtems_syscall.c    Mon Jul 12 08:51:59 2010
</font><font color='#997700'>@@ -765,18 +765,18 @@
</font> }
 
 static const rtems_filesystem_file_handlers_r socket_handlers = {
<font color='#880000'>-   NULL,                   /* open */
-       rtems_bsdnet_close,     /* close */
-       rtems_bsdnet_read,      /* read */
-       rtems_bsdnet_write,     /* write */
-       rtems_bsdnet_ioctl,     /* ioctl */
-       NULL,                   /* lseek */
-       rtems_bsdnet_fstat,     /* fstat */
-       NULL,                   /* fchmod */
-       NULL,                   /* ftruncate */
-       NULL,                   /* fpathconf */
-       NULL,                   /* fsync */
-       NULL,                   /* fdatasync */
-       rtems_bsdnet_fcntl,     /* fcntl */
-       0                       /* rmnod */
</font><font color='#000088'>+      rtems_filesystem_default_open,          /* open */
+       rtems_bsdnet_close,                     /* close */
+       rtems_bsdnet_read,                      /* read */
+       rtems_bsdnet_write,                     /* write */
+       rtems_bsdnet_ioctl,                     /* ioctl */
+       rtems_filesystem_default_lseek,         /* lseek */
+       rtems_bsdnet_fstat,                     /* fstat */
+       rtems_filesystem_default_fstat,         /* fchmod */
+       rtems_filesystem_default_ftruncate,     /* ftruncate */
+       rtems_filesystem_default_fpathconf,     /* fpathconf */
+       rtems_filesystem_default_fsync,         /* fsync */
+       rtems_filesystem_default_fdatasync,     /* fdatasync */
+       rtems_bsdnet_fcntl,                     /* fcntl */
+       rtems_filesystem_default_rmnod          /* rmnod */
</font> };
</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>