change log for rtems (2010-07-14)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Jul 14 15:10:59 UTC 2010


 *joel*:
2010-07-14	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1612/networking
	* ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
	handlers in place. Null is no longer allowed.

M 1.2502  cpukit/ChangeLog
M   1.15  cpukit/libcsupport/src/libio_sockets.c

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
@@ -1,3 +1,9 @@
+2010-07-14	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1612/networking
+	* ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
+	handlers in place. Null is no longer allowed.
+
 2010-07-13	Vinu Rajashekhar <vinutheraj at gmail.com>
 
 	PR 1614/filesystem
@@ -5,8 +11,9 @@
 	libfs/src/imfs/imfs_load_tar.c: Fix rtems_tarfs_load to work with
 	pipe filesystem.
 
-2010-07-12	Jennifer Averett
+2010-07-12	Jennifer Averett <jennifer.averett at oarcorp.com>
 
+	PR 1612/networking
 	* libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
 	with default handlers. Null handlers are no longer allowed.
 

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
@@ -71,5 +71,7 @@
   iop->data0 = fd;
   iop->data1 = so;
   iop->handlers = h;
+  iop->pathinfo.handlers = rtems_filesystem_root.handlers;
+  iop->pathinfo.ops = rtems_filesystem_root.ops;
   return fd;
 }



--

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/20100714/415d39c7/attachment.html>


More information about the vc mailing list