summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-05-16 13:40:28 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-05-16 13:40:28 -0500
commit60554e69799576d7580f771051dd4e10e285d3b0 (patch)
treefc5fa4e7b7f3b7152d775d5ccb408bba92676f10
parentStandardized Makefiles so that i386 would build correctly. (diff)
downloadrtems-libbsd-60554e69799576d7580f771051dd4e10e285d3b0.tar.bz2
Modify the filesystem ops to match changes in RTEMS head.
-rw-r--r--rtemsbsd/src/rtems-bsd-syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsbsd/src/rtems-bsd-syscalls.c b/rtemsbsd/src/rtems-bsd-syscalls.c
index 075a186a..aad2e92d 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;
}