rename all st_mtime variables to avoid conflict with #define.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8087 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -620,9 +620,9 @@ cmd
|
||||
"%s: not a plain file.", $3);
|
||||
} else {
|
||||
struct tm *t;
|
||||
time_t st_mtime = stbuf.st_mtime;
|
||||
time_t mtime = stbuf.st_mtime;
|
||||
|
||||
t = gmtime(&st_mtime);
|
||||
t = gmtime(&mtime);
|
||||
reply(213,
|
||||
"%04d%02d%02d%02d%02d%02d",
|
||||
t->tm_year + 1900,
|
||||
|
Reference in New Issue
Block a user