commit | 54d14ca1a2aa965d13055719e233032193a4daf2 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Mar 15 13:33:37 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Mar 15 13:33:37 2007 +0000 |
tree | 2cdc64053f17f626502f9b1066b5bb24c18d8935 | |
parent | 24af7201e98a9692e1dfa9976c1a6ba97013ca23 [diff] |
copy_file: comment out one condition which is always false. Add comment explaining POSIX rules for cp - and why these rules are dangerous. Provide conditionally compiled code for both POSIX and safe behaviors, select safe for now. Code shrunk by ~80 bytes.