Modify the filesystem ops to match changes in RTEMS head.

This commit is contained in:
Jennifer Averett 2012-05-16 13:40:28 -05:00
parent 596a7ea5d6
commit 60554e6979

View File

@ -112,7 +112,7 @@ int rtems_bsdnet_makeFdForSocket(
iop->data0 = fd;
iop->data1 = so;
iop->pathinfo.handlers = h;
iop->pathinfo.ops = &rtems_filesystem_operations_default;
iop->pathinfo.mt_entry->ops = &rtems_filesystem_operations_default;
return fd;
}