diff options
| author | Jim Meyering <meyering@rho.meyering.net> | 2007-12-04 00:42:18 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2007-12-04 00:42:18 +0100 |
| commit | d7ed77980b8eea5ccf1fbba32a20a72dae89764d (patch) | |
| tree | 75beff845f7e6ccf5cd202ba225d34201953e15d /src/cat.c | |
| parent | Copy a .po file into place also when the target doesn't exist. (diff) | |
| download | coreutils-d7ed77980b8eea5ccf1fbba32a20a72dae89764d.tar.gz coreutils-d7ed77980b8eea5ccf1fbba32a20a72dae89764d.zip | |
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/cat.c')
| -rw-r--r-- | src/cat.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
