Fix:
ckcmai.c:3160:13: error: implicit declaration of function 'time' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ckuusx.c:5980:17: error: implicit declaration of function 'tgetent' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
old
|
new
|
|
1 | 1 | #define EDITDATE "20 Aug 2011" /* Last edit date dd mmm yyyy */ |
2 | 2 | #define EDITNDATE "20110820" /* Keep them in sync */ |
3 | 3 | /* Sat Aug 20 17:20:17 2011 */ |
4 | | |
| 4 | #include <time.h> |
5 | 5 | /* ckcmai.c - Main program for C-Kermit plus some miscellaneous functions */ |
6 | 6 | |
7 | 7 | /* |