diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-10-19 13:35:16 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-10-19 14:15:31 +0200 |
| commit | 31a884dab7510d84a689ef8092132c93e3dcc4ad (patch) | |
| tree | 6ad8077bd8e9833b6f44e8eaa86d1d9456b9857b /src/cp.c | |
| parent | * maint.mk (coreutils-path-check): New definition, now run (diff) | |
| download | coreutils-31a884dab7510d84a689ef8092132c93e3dcc4ad.tar.gz coreutils-31a884dab7510d84a689ef8092132c93e3dcc4ad.zip | |
accommodate gnulib header removals
* src/copy.c: Don't include "euidaccess.h" or "lchmod.h".
* src/cp.c: Don't include "lchmod.h".
* src/ls.c: Don't include "dirfd.h".
* src/mkdir.c: Don't include "lchmod.h".
* src/pwd.c: Don't include "dirfd.h".
* src/remove.c: Don't include "dirfd.h" or "euidaccess.h".
* src/test.c: Don't include "euidaccess.h".
* gl/modules/getloadavg.diff: Adjust diff for changed context.
* src/uptime.c (uptime): Remove declaration.
Diffstat (limited to 'src/cp.c')
| -rw-r--r-- | src/cp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ #include "error.h" #include "filenamecat.h" #include "ignore-value.h" -#include "lchmod.h" #include "quote.h" #include "stat-time.h" #include "utimens.h" |
