K 10 svn:author V 2 jh K 8 svn:date V 27 2012-02-04T13:37:31.419588Z K 7 svn:log V 330 Remove useless and potentially dangerous rw() function which tries to update access and modification times by reading and writing the file. chmod(2) in rw() doesn't help because utimes(2) allow owner and the super-user to change times. Using just utimes(2) should be sufficient. The -f option becomes no-op. Reviewed by: jilles END