summaryrefslogtreecommitdiff
path: root/src/shred.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-26 16:46:20 +0000
committerJim Meyering <jim@meyering.net>2001-11-26 16:46:20 +0000
commit022e60027b31189bd1c1ab5a149b54259614bdb4 (patch)
treef296d754989423a81f659ff68d776efb662fe51f /src/shred.c
parent2bb262fd64659057d22b42342424b4d48bc21623 (diff)
downloadcoreutils-022e60027b31189bd1c1ab5a149b54259614bdb4.tar.xz
Don't include "gtod.h"
(main): Don't `call' GETTIMEOFDAY_INIT.
Diffstat (limited to 'src/shred.c')
-rw-r--r--src/shred.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shred.c b/src/shred.c
index c9f66622a..7bb3edf89 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -98,7 +98,6 @@
# include "quotearg.h" /* For quotearg_colon */
# include "quote.h" /* For quotearg_colon */
# include "xalloc.h"
-# include "gtod.h"
char *xstrdup PARAMS ((char const *));
#else /* !HAVE_CONFIG_H */
@@ -1802,8 +1801,6 @@ main (int argc, char **argv)
atexit (close_stdout);
- GETTIMEOFDAY_INIT ();
-
isaac_seed (&s);
memset (&flags, 0, sizeof flags);