Reflect change in gnulib: don't include getpagesize.h,
authorJim Meyering <meyering@rho.meyering.net>
Mon, 3 Dec 2007 23:42:18 +0000 (00:42 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 3 Dec 2007 23:42:18 +0000 (00:42 +0100)
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.

ChangeLog
src/cat.c
src/copy.c
src/dd.c
src/shred.c
src/split.c

index c921ddc..a1a2be6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 22a4b6e..d121445 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -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"
 
index b85a514..b5c1d67 100644 (file)
@@ -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"
index 6745cd7..cc1ba0c 100644 (file)
--- 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"
index 9f5a24d..7d794d6 100644 (file)
@@ -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 */
index 1142b61..5807a1c 100644 (file)
@@ -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"