summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-23 15:18:40 +0000
committerJim Meyering <jim@meyering.net>2005-06-23 15:18:40 +0000
commit38eca4e9771a8e818a033207b14a07b83a2b44c4 (patch)
treee71ab15c717726ec6be51fe21f884564979b79ef /src/du.c
parentc8e4886304ca20bc943cac26716e4ddff176439e (diff)
downloadcoreutils-38eca4e9771a8e818a033207b14a07b83a2b44c4.tar.xz
(show_date): Add a FIXME comment.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/du.c b/src/du.c
index 2b03574ff..44dfdc387 100644
--- a/src/du.c
+++ b/src/du.c
@@ -399,6 +399,7 @@ hash_init (void)
xalloc_die ();
}
+/* FIXME: this code is nearly identical to code in date.c */
/* Display the date and time in WHEN/NSEC according to the format specified
in TIME_FORMAT. If TIME_FORMAT is NULL, use the standard output format.
Return zero if successful. */