[rtems-libbsd commit] Modify the filesystem ops to match changes in RTEMS head.

Jennifer Averett jennifer at rtems.org
Wed May 16 18:50:59 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    60554e69799576d7580f771051dd4e10e285d3b0
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=60554e69799576d7580f771051dd4e10e285d3b0

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Wed May 16 13:40:28 2012 -0500

Modify the filesystem ops to match changes in RTEMS head.

---

 rtemsbsd/src/rtems-bsd-syscalls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rtemsbsd/src/rtems-bsd-syscalls.c b/rtemsbsd/src/rtems-bsd-syscalls.c
index 075a186..aad2e92 100644
--- a/rtemsbsd/src/rtems-bsd-syscalls.c
+++ b/rtemsbsd/src/rtems-bsd-syscalls.c
@@ -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;
 }
 




More information about the vc mailing list