mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 11:57:20 +08:00
Modify the filesystem ops to match changes in RTEMS head.
This commit is contained in:
parent
596a7ea5d6
commit
60554e6979
@ -112,7 +112,7 @@ int rtems_bsdnet_makeFdForSocket(
|
|||||||
iop->data0 = fd;
|
iop->data0 = fd;
|
||||||
iop->data1 = so;
|
iop->data1 = so;
|
||||||
iop->pathinfo.handlers = h;
|
iop->pathinfo.handlers = h;
|
||||||
iop->pathinfo.ops = &rtems_filesystem_operations_default;
|
iop->pathinfo.mt_entry->ops = &rtems_filesystem_operations_default;
|
||||||
return fd;
|
return fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user