summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:30:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:30:58 +0000
commitb2709481ece1ccb8aa43b099d3a8e859a4cf68f6 (patch)
tree4c607208074cec24d060eb22431f9cc5e2165858 /c/src/exec/libfs/ChangeLog
parent2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b2709481ece1ccb8aa43b099d3a8e859a4cf68f6.tar.bz2
2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/imfs_eval.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/memfile.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_link.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_chown.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/ioman.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_mount.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_directory.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_stat.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/linearfile.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>. Apply rtems_set_errno_and_return_minus_one. * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. Comment out increment_and_check_linkcounts.
Diffstat (limited to '')
-rw-r--r--c/src/exec/libfs/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog
index a901494793..d05c0c7e9d 100644
--- a/c/src/exec/libfs/ChangeLog
+++ b/c/src/exec/libfs/ChangeLog
@@ -1,3 +1,38 @@
+2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/memfile.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/ioman.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/linearfile.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
+ Apply rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
+ Comment out increment_and_check_linkcounts.
+
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove HAS_IMFS.