diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 12:57:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 12:57:45 +0000 |
commit | 1c43be51a4c2c60bd43c7f3302f1d9fb66521176 (patch) | |
tree | 451fe676d97d4bf32ee9b0c20ae50008ecd276e6 /trans/ChangeLog | |
parent | 70ecf644d552152d6a73f63421a5b7c5ea5f32ba (diff) |
2002-05-23 Marcus Brinkmann <marcus@gnu.org>
* fakeroot.c (check_openmodes): Remove spurious if clause.
(netfs_attempt_mksymlink): Don't evaluate stat information to get
the length of the name, but use the string length of NAME and
store it in the new variable NAMELEN.
(netfs_S_dir_lookup): Don't always add O_NOLINK to FLAGS, but add
it to the mask instead.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index 591cd4b8..00dc23c9 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +2002-05-23 Marcus Brinkmann <marcus@gnu.org> + + * fakeroot.c (check_openmodes): Remove spurious if clause. + (netfs_attempt_mksymlink): Don't evaluate stat information to get + the length of the name, but use the string length of NAME and + store it in the new variable NAMELEN. + (netfs_S_dir_lookup): Don't always add O_NOLINK to FLAGS, but add + it to the mask instead. + 2002-05-18 Roland McGrath <roland@frob.com> * fakeroot.c (netfs_S_file_exec): Call check_openmodes and extract a |