CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/04/16 12:06:35
Modified files: bin/pax : file_subs.c Log message: Use utimensat() and futimens() instead of utimes() and futimes(). This lets us use UTIME_OMIT instead of having to lstat() the file when we want to preserve one of the times. Remove casts to long for tv_sec to prepare for upcoming time_t changes. OK deraadt@