|
|
|
@ -113,6 +113,7 @@ |
|
|
|
|
#include <signal.h> |
|
|
|
|
#include <fcntl.h> |
|
|
|
|
#include <dirent.h> |
|
|
|
|
#include <libintl.h> |
|
|
|
|
#include <locale.h> |
|
|
|
|
#include <stdarg.h> |
|
|
|
|
#include <errno.h> |
|
|
|
@ -814,7 +815,7 @@ change(int a, int b, int c, int d) |
|
|
|
|
* %T -- Time as %H:%M:%S |
|
|
|
|
* %Y -- Year, including the century |
|
|
|
|
*/ |
|
|
|
|
dcmsg = (char *)dcgettext(NULL, "%a %b %e %T %Y", LC_TIME); |
|
|
|
|
dcmsg = (char *)dgettext(NULL, "%a %b %e %T %Y"); |
|
|
|
|
(void) cftime(time_buf, dcmsg, &stb1.st_mtime); |
|
|
|
|
if (uflag) |
|
|
|
|
(void) printf("--- %s %s\n", input_file1, |
|
|
|
|