summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dd.c b/src/dd.c
index 0028b53e4..9a9d22ae7 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1869,7 +1869,6 @@ main (int argc, char **argv)
< 0))
error (EXIT_FAILURE, errno, _("opening %s"), quote (output_file));
-#if HAVE_FTRUNCATE
if (seek_records != 0 && !(conversions_mask & C_NOTRUNC))
{
uintmax_t size = seek_records * output_blocksize;
@@ -1902,7 +1901,6 @@ main (int argc, char **argv)
size, quote (output_file));
}
}
-#endif
}
install_signal_handlers ();