1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00

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.
This commit is contained in:
Jim Meyering
2007-12-04 00:42:18 +01:00
committed by Jim Meyering
parent ecec47635a
commit d7ed77980b
6 changed files with 12 additions and 7 deletions

View File

@@ -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.

View File

@@ -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"

View 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"

View File

@@ -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"

View 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 */

View 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"