summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mail/util.c')
-rw-r--r--usr.bin/mail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c
index c90fe90..4e3a0f6 100644
--- a/usr.bin/mail/util.c
+++ b/usr.bin/mail/util.c
@@ -324,7 +324,7 @@ alter(char *name)
if (stat(name, &sb))
return;
- (void)gettimeofday(&tv[0], (struct timezone *)NULL);
+ (void)gettimeofday(&tv[0], NULL);
tv[0].tv_sec++;
TIMESPEC_TO_TIMEVAL(&tv[1], &sb.st_mtim);
(void)utimes(name, tv);
OpenPOWER on IntegriCloud