diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2001-05-25 13:46:02 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2001-05-25 13:46:02 +0000 |
commit | c891fe082e239cc8e4505590fa773833ab418f5a (patch) | |
tree | 02125fe367715692ffef646e267412c1d2160b43 /c/src/lib/ChangeLog | |
parent | 2001-05-25 Joel Sherrill <joel@OARcorp.com> (diff) | |
download | rtems-c891fe082e239cc8e4505590fa773833ab418f5a.tar.bz2 |
2001-05-25 Joel Sherrill <joel@OARcorp.com>
* libc/base_fs.c: Deleted chmod() now that IMFS creates the
root node with the desired permissions. chmod() is also not
supported by the miniIMFS so this is not allowable.
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r-- | c/src/lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index cbe3a8efd0..209e5ec814 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,3 +1,9 @@ +2001-05-25 Joel Sherrill <joel@OARcorp.com> + + * libc/base_fs.c: Deleted chmod() now that IMFS creates the + root node with the desired permissions. chmod() is also not + supported by the miniIMFS so this is not allowable. + 2000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es> * include/rtems/libio_.h: Added login name, uid, gid, euid, and egid |