copy_file: comment out one condition which is always false.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2007 13:33:37 +0000 (13:33 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2007 13:33:37 +0000 (13:33 -0000)
commit54d14ca1a2aa965d13055719e233032193a4daf2
tree2cdc64053f17f626502f9b1066b5bb24c18d8935
parent24af7201e98a9692e1dfa9976c1a6ba97013ca23
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.
libbb/copy_file.c