summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@rho.meyering.net>2007-12-04 00:42:18 +0100
committerJim Meyering <meyering@redhat.com>2007-12-04 00:42:18 +0100
commitd7ed77980b8eea5ccf1fbba32a20a72dae89764d (patch)
tree75beff845f7e6ccf5cd202ba225d34201953e15d /src/dd.c
parentecec47635a1d255a8588685a5b8a4d933115ba77 (diff)
downloadcoreutils-d7ed77980b8eea5ccf1fbba32a20a72dae89764d.tar.xz
Reflect change in gnulib: don't include getpagesize.h,
now that it's provided by unistd.h. * src/cat.c: Don't include getpagesize.h. * src/copy.c: Likewise. * src/dd.c: Likewise. * src/shred.c: Likewise. * src/split.c: Likewise.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 6745cd769..cc1ba0cc2 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -28,7 +28,6 @@
#include "error.h"
#include "fd-reopen.h"
#include "gethrxtime.h"
-#include "getpagesize.h"
#include "human.h"
#include "long-options.h"
#include "quote.h"