Use futimens() to preserve timestamps with subsec precision.
authorguenther <guenther@openbsd.org>
Sat, 18 Apr 2015 03:15:46 +0000 (03:15 +0000)
committerguenther <guenther@openbsd.org>
Sat, 18 Apr 2015 03:15:46 +0000 (03:15 +0000)
commit92d912b27bb3c923e29ea900e8fef46451f16b9c
tree31cbdc592d5450b169ac032c7c43d1a82fc9416b
parentcfb9a2fa20dd2c4d1a73d2cc6c24e826dc0c5b79
Use futimens() to preserve timestamps with subsec precision.
Don't cast file sizes to size_t when comparing file contents for the -C option

ok deraadt@
usr.bin/xinstall/xinstall.c