diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | src/cat.c | 3 | ||||
-rw-r--r-- | src/copy.c | 1 | ||||
-rw-r--r-- | src/dd.c | 1 | ||||
-rw-r--r-- | src/shred.c | 1 | ||||
-rw-r--r-- | src/split.c | 3 |
6 files changed, 12 insertions, 7 deletions
@@ -1,3 +1,13 @@ +2007-12-04 Jim Meyering <meyering@rho.meyering.net> + + 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. + 2007-12-02 Jim Meyering <meyering@redhat.com> Copy a .po file into place also when the target doesn't exist. @@ -1,5 +1,5 @@ /* cat -- concatenate files and print on the standard output. - Copyright (C) 88, 90, 91, 1995-2006 Free Software Foundation, Inc. + Copyright (C) 88, 90, 91, 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 @@ -37,7 +37,6 @@ #include "system.h" #include "error.h" #include "full-write.h" -#include "getpagesize.h" #include "quote.h" #include "safe-read.h" diff --git a/src/copy.c b/src/copy.c index b85a514c2..b5c1d6789 100644 --- a/src/copy.c +++ b/src/copy.c @@ -42,7 +42,6 @@ #include "filemode.h" #include "filenamecat.h" #include "full-write.h" -#include "getpagesize.h" #include "hash.h" #include "hash-triple.h" #include "lchmod.h" @@ -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" diff --git a/src/shred.c b/src/shred.c index 9f5a24d04..7d794d607 100644 --- a/src/shred.c +++ b/src/shred.c @@ -96,7 +96,6 @@ #include "xstrtol.h" #include "error.h" #include "fcntl--.h" -#include "getpagesize.h" #include "human.h" #include "inttostr.h" #include "quotearg.h" /* For quotearg_colon */ 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" |