forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user