diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-21 18:50:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-21 18:50:00 +0000 |
commit | 85d03af23aff4128bd68761a9574f38794ec0d5b (patch) | |
tree | 877a3a47fd2eeeb899c8dbb906624690f802382b /ChangeLog | |
parent | c59a8e2d32e25ab8807335dbb2d34f19b23e2825 (diff) | |
download | coreutils-85d03af23aff4128bd68761a9574f38794ec0d5b.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 4.5.5. + * src/remove.c (remove_entry) [ROOT_CAN_UNLINK_DIRS + && HAVE_STRUCT_DIRENT_D_TYPE]: If a file has d_type == DT_UNKNOWN + it may still be a directory -- or not (e.g., with FreeBSD on an + NFS-mounted file system), so resort to calling lstat to find out. + Based on a patch by Michael van Elst. + * tests/cp/same-file: Don't assume that the file owner username length is less than 9 in ls output: instead, omit that field altogether. Reported by, and suggested fix from, Ferdinand. |