libnetworking: Typo

This commit is contained in:
Sebastian Huber
2014-03-03 08:38:10 +01:00
parent ba25cc208c
commit a418b2f8b0
2 changed files with 22 additions and 2 deletions

View File

@@ -820,7 +820,7 @@ static const rtems_filesystem_file_handlers_r socket_handlers = {
.lseek_h = rtems_filesystem_default_lseek,
.fstat_h = rtems_bsdnet_fstat,
.ftruncate_h = rtems_filesystem_default_ftruncate,
.fstat_h = rtems_filesystem_default_fsync_or_fdatasync,
.fsync_h = rtems_filesystem_default_fsync_or_fdatasync,
.fdatasync_h = rtems_filesystem_default_fsync_or_fdatasync,
.fcntl_h = rtems_bsdnet_fcntl,
.kqfilter_h = rtems_filesystem_default_kqfilter,