diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-06-27 10:54:23 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-06-27 10:54:23 +0200 |
| commit | a67685628504d92b80eabe7cdc02c500f12b4873 (patch) | |
| tree | 55f09b93cd3d7454edf9b235815f0922c10a4d59 /src/cksum.c | |
| parent | truncate: Fix integer portability issues (diff) | |
| download | coreutils-a67685628504d92b80eabe7cdc02c500f12b4873.tar.gz coreutils-a67685628504d92b80eabe7cdc02c500f12b4873.zip | |
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.
Diffstat (limited to 'src/cksum.c')
| -rw-r--r-- | src/cksum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cksum.c b/src/cksum.c index ce6e9c056..a2d49c5b3 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -108,7 +108,6 @@ main (void) # include <getopt.h> # include "long-options.h" # include "error.h" -# include "inttostr.h" /* Number of bytes to read at once. */ # define BUFLEN (1 << 16) |
