forked from Imagelibrary/rtems
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/defaults/default_chown.c, libfs/src/defaults/default_evalpath.c, libfs/src/defaults/default_fchmod.c, libfs/src/defaults/default_fcntl.c, libfs/src/defaults/default_fdatasync.c, libfs/src/defaults/default_freenode.c, libfs/src/defaults/default_fsmount.c, libfs/src/defaults/default_fstat.c, libfs/src/defaults/default_fsync.c, libfs/src/defaults/default_ftruncate.c, libfs/src/defaults/default_ioctl.c, libfs/src/defaults/default_link.c, libfs/src/defaults/default_lseek.c, libfs/src/defaults/default_mount.c, libfs/src/defaults/default_read.c, libfs/src/defaults/default_readlink.c, libfs/src/defaults/default_rename.c, libfs/src/defaults/default_rmnod.c, libfs/src/defaults/default_statvfs.c, libfs/src/defaults/default_symlink.c, libfs/src/defaults/default_unlink.c, libfs/src/defaults/default_utime.c, libfs/src/defaults/default_write.c: Add include of rtems/seterr.h
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_chown_t(
|
||||
rtems_filesystem_location_info_t *pathloc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_evalpath_t(
|
||||
const char *pathname, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fchmod(
|
||||
rtems_filesystem_location_info_t *loc,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fcntl(
|
||||
int cmd,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fdatasync(
|
||||
rtems_libio_t *iop
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_freenode_t(
|
||||
rtems_filesystem_location_info_t *pathloc /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fsmount_t(
|
||||
rtems_filesystem_mount_table_entry_t *mt_entry, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fstat(
|
||||
rtems_filesystem_location_info_t *loc,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_fsync(
|
||||
rtems_libio_t *iop
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_ftruncate(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_ioctl(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_link_t(
|
||||
rtems_filesystem_location_info_t *to_loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
rtems_off64_t rtems_filesystem_default_lseek(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_mount_t (
|
||||
rtems_filesystem_mount_table_entry_t *mt_entry /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
size_t rtems_filesystem_default_read(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_readlink(
|
||||
rtems_filesystem_location_info_t *loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_rename_t(
|
||||
rtems_filesystem_location_info_t *old_parent_loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_rmnod(
|
||||
rtems_filesystem_location_info_t *parent_loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_statvfs_t(
|
||||
rtems_filesystem_location_info_t *loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_symlink_t(
|
||||
rtems_filesystem_location_info_t *loc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_unlink_t(
|
||||
rtems_filesystem_location_info_t *parent_pathloc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
int rtems_filesystem_default_utime_t(
|
||||
rtems_filesystem_location_info_t *pathloc, /* IN */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/seterr.h>
|
||||
|
||||
ssize_t rtems_filesystem_default_write(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
Reference in New Issue
Block a user