]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(posix_date): Remove; not needed as a static var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:43:47 +0000 (20:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Nov 2004 20:43:47 +0000 (20:43 +0000)
commit557bd55cd23264e2f21e89704ca8534b73ec9471
tree7395b9e374dc61f8e0c3562ecacb2e9164b2a3ca
parent93da1db297d4ce91ce548ff0d427d9f652cf997d
(posix_date): Remove; not needed as a static var.
All uses rewritten.
(touch): Use new futimens function to operate more efficiently
in some cases.  Don't stat/fstat existing file when
(!amtime_now && change_times == (CH_ATIME | CH_MTIME)); the
old time stamps aren't needed in that case.
(main): change_times is int, not bool.  Simplify test for
change_times.
src/touch.c