]> Dogcows Code - chaz/tar/commit
Merge changes from gnulib for file system sub-second time stamps.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Sep 2005 07:03:44 +0000 (07:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Sep 2005 07:03:44 +0000 (07:03 +0000)
commit2f800ce3fb9c38360e1b6dac70ee0d8ceae72c6a
tree61ffb5daa163bcb7cff31a3e6993af9f2fafba73
parentae5473fe0255b856e1fd3c0462abf7cea2b9d18f
Merge changes from gnulib for file system sub-second time stamps.
* configure.ac: Remove checks for struct stat.st_spare1, struct
stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct
stat.st_atimensec, as gnulib now does this for us.
Similarly for LIB_CLOCK_GETTIME.
* gnulib.modules: Add stat-time.
* lib/.cvsignore: Add stat-time.h.
* src/common.h: Include stat-time.h.
(timespec_lt): Remove.  All callers changed to use timespec_cmp.
(get_stat_atime, get_stat_ctime, get_stat_mtime):
(set_stat_atime, set_stat_ctime, set_stat_mtime):
Remove; now defined by stat-time.h.
ChangeLog
configure.ac
gnulib.modules
lib/.cvsignore
src/common.h
src/extract.c
This page took 0.021686 seconds and 4 git commands to generate.