Ticket #58045: patch-logrotate.c.diff
File patch-logrotate.c.diff, 445 bytes (added by Schamschula (Marius Schamschula), 6 years ago) |
---|
-
logrotate.c
old new 688 688 /* If we can't change atime/mtime, it's not a disaster. It might 689 689 possibly fail under SELinux. But do try to preserve the 690 690 fractional part if we have utimensat(). */ 691 #if def HAVE_UTIMENSAT691 #if defined HAVE_UTIMENSAT && !defined(__APPLE__) 692 692 struct timespec ts[2]; 693 693 694 694 ts[0] = sb->st_atim;