From: Jim Meyering Date: Thu, 23 Jun 2005 15:18:40 +0000 (+0000) Subject: (show_date): Add a FIXME comment. X-Git-Tag: CPPI-1_12~513 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38eca4e9771a8e818a033207b14a07b83a2b44c4;p=thirdparty%2Fcoreutils.git (show_date): Add a FIXME comment. --- diff --git a/src/du.c b/src/du.c index 2b03574ffc..44dfdc387f 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. */