From 543b5e901b744468356547ee61975d9d44fa8f32 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 28 Mar 2010 13:16:08 +0000 Subject: Change all our own code to use st_*tim instead of st_*timespec. Also remove some local patches to diff(1) which are now unneeded. --- usr.bin/mail/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mail/util.c') diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c index e764aac..df2d840 100644 --- a/usr.bin/mail/util.c +++ b/usr.bin/mail/util.c @@ -349,7 +349,7 @@ alter(name) return; (void)gettimeofday(&tv[0], (struct timezone *)NULL); tv[0].tv_sec++; - TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtimespec); + TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtim); (void)utimes(name, tv); } -- cgit v1.1