From e807db0033c4c66470e12e87fa90d7a7b1d8be21 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 May 2001 13:47:47 +0000 Subject: 2001-05-25 Joel Sherrill * src/imfs/imfs_initsupp.c: Create the root node with the desired permissions. Nodes should be created with the right permissions because chmod() is not supported by the miniIMFS so changing after creation is not possible. --- c/src/exec/libfs/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/libfs/ChangeLog') diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog index c798d5efbe..eec53b4ddf 100644 --- a/c/src/exec/libfs/ChangeLog +++ b/c/src/exec/libfs/ChangeLog @@ -1,3 +1,10 @@ +2001-05-25 Joel Sherrill + + * src/imfs/imfs_initsupp.c: Create the root node with the + desired permissions. Nodes should be created with the right + permissions because chmod() is not supported by the miniIMFS + so changing after creation is not possible. + 2001-04-27 Ralf Corsepius * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. -- cgit v1.2.3