summaryrefslogtreecommitdiff
path: root/src/split.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/split.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/split.c')
-rw-r--r--src/split.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/split.c b/src/split.c
index 1142b6160..5807a1ccf 100644
--- a/src/split.c
+++ b/src/split.c
@@ -1,5 +1,5 @@
/* split.c -- split a file into pieces.
- Copyright (C) 1988, 1991, 1995-2006 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1995-2007 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,7 +30,6 @@
#include "error.h"
#include "fd-reopen.h"
#include "fcntl--.h"
-#include "getpagesize.h"
#include "full-read.h"
#include "full-write.h"
#include "inttostr.h"