From a67685628504d92b80eabe7cdc02c500f12b4873 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 27 Jun 2008 10:54:23 +0200 Subject: factor out time_t-to-string conversion idiom * src/system.h: Include "inttostr.h". (timetostr): New function, factored out of... * src/date.c (show_date): Use timetostr. * src/du.c (show_date): Likewise. * src/ls.c (print_long_format): Likewise. * src/pinky.c (time_string): Likewise. * src/stat.c (human_time): Likewise. * src/*.c: Don't include inttostr.h, since system.h does. * src/c99-to-c89.diff: Adjust offsets. --- src/tail.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 1ce207e52..2fcd4cfdf 100644 --- a/src/tail.c +++ b/src/tail.c @@ -35,7 +35,6 @@ #include "c-strtod.h" #include "error.h" #include "fcntl--.h" -#include "inttostr.h" #include "isapipe.h" #include "posixver.h" #include "quote.h" -- cgit v1.2.3-54-g00ecf