summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-26 12:55:36 +0000
committerJim Meyering <jim@meyering.net>1999-04-26 12:55:36 +0000
commit12dd796d8a4459d3501a1435cabfff6f3bba4f6c (patch)
treed09414e24c3eea33d536658594473d2ebc517caf /src/copy.h
parentd1c7f62ba8b3a5de6fd66873e49359aa9c4c863e (diff)
downloadcoreutils-12dd796d8a4459d3501a1435cabfff6f3bba4f6c.tar.xz
(struct cp_options.umask_kill): Use mode_t, not unsigned int.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.h b/src/copy.h
index b845313c9..36833460e 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -99,7 +99,7 @@ struct cp_options
int symbolic_link;
/* The bits to preserve in created files' modes. */
- unsigned int umask_kill;
+ mode_t umask_kill;
/* If nonzero, do not copy a nondirectory that has an existing destination
with the same or newer modification time. */