diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ static char *ls_file_group(gid_t gid) return group; } +/* FIXME: 6 month calculation is off */ static char *ls_file_time(struct timespec mtime) { static char date[16]; |