2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* libnetworking/rtems/rtems_syscall.c: Fix warning.
This commit is contained in:
Joel Sherrill
2010-07-14 15:49:12 +00:00
parent 8f7b8f7bb2
commit f4a74bd064
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* libnetworking/rtems/rtems_syscall.c: Fix warning.
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com> 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/Makefile.am: Remove reference to imfs_free.c, * libfs/Makefile.am: Remove reference to imfs_free.c,

View File

@@ -772,7 +772,7 @@ static const rtems_filesystem_file_handlers_r socket_handlers = {
rtems_bsdnet_ioctl, /* ioctl */ rtems_bsdnet_ioctl, /* ioctl */
rtems_filesystem_default_lseek, /* lseek */ rtems_filesystem_default_lseek, /* lseek */
rtems_bsdnet_fstat, /* fstat */ rtems_bsdnet_fstat, /* fstat */
rtems_filesystem_default_fstat, /* fchmod */ rtems_filesystem_default_fchmod, /* fchmod */
rtems_filesystem_default_ftruncate, /* ftruncate */ rtems_filesystem_default_ftruncate, /* ftruncate */
rtems_filesystem_default_fpathconf, /* fpathconf */ rtems_filesystem_default_fpathconf, /* fpathconf */
rtems_filesystem_default_fsync, /* fsync */ rtems_filesystem_default_fsync, /* fsync */