summaryrefslogtreecommitdiff
path: root/mail-mta/sendmail/files/sendmail-8.18.1-ctime.patch
blob: 2db37c42465244dbe23c3c673257d4a0356c3372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bug: https://bugs.gentoo.org/945726

--- a/mailstats/mailstats.c
+++ b/mailstats/mailstats.c
@@ -65,7 +65,7 @@
 	char sfilebuf[MAXPATHLEN];
 	char buf[MAXLINE];
 	struct statistics stats;
-	extern char *ctime();
+	extern char *ctime(const time_t *);
 	extern char *optarg;
 	extern int optind;
 # define MSOPTS "cC:f:opP"