]> arthur.barton.de Git - bup.git/commit
xstst-cmd.py: test for _have_utimensat rather than _have_ns_fs_timestamps.
authorRob Browning <rlb@defaultvalue.org>
Sun, 27 Mar 2011 17:01:43 +0000 (12:01 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 8 May 2011 07:39:14 +0000 (03:39 -0400)
commit35d9919f933561f767b1e14e22ab299d0a80fcf7
tree3a990e36f9d67c814716197c3d825628abd44799
parent76775b31a9015581e376a19868b5fb161bca8558
xstst-cmd.py: test for _have_utimensat rather than _have_ns_fs_timestamps.

Test for _have_utimensat rather than _have_ns_fs_timestamps to decide
whether or not to print the atime and mtime, since the existence of
utimensat() is the real indicator, and since _have_ns_fs_timestamps is
going away.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
cmd/xstat-cmd.py