mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
Bug: https://bugs.gentoo.org/944460 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/41539 Closes: https://github.com/gentoo/gentoo/pull/41539 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
322 B
Diff
13 lines
322 B
Diff
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"
|