2009-10-20 Till Straumann <strauman@slac.stanford.edu>

PR1424/networking
	* libnetworking/net/rtsock.c: (merged from BSD) copy information
	out to user buffer.
This commit is contained in:
Till Straumann
2009-10-20 14:13:24 +00:00
parent 5bd4fb059c
commit f8397280ae
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
PR1424/networking
* libnetworking/net/rtsock.c: (merged from BSD) copy information
out to user buffer.
2009-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/include/rtems/ramdisk.h: Documentation.

View File

@@ -670,7 +670,7 @@ sysctl_dumpentry(struct radix_node *rn, void *vw)
rtm->rtm_index = rt->rt_ifp->if_index;
rtm->rtm_errno = rtm->rtm_pid = rtm->rtm_seq = 0;
rtm->rtm_addrs = info.rti_addrs;
error = 0;
error = SYSCTL_OUT(w->w_req, (caddr_t)rtm, size);
return (error);
}
return (error);