From: Jim Meyering Date: Mon, 26 Apr 1999 12:55:36 +0000 (+0000) Subject: (struct cp_options.umask_kill): Use mode_t, not unsigned int. X-Git-Tag: SH-UTILS-1_16h~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12dd796d8a4459d3501a1435cabfff6f3bba4f6c;p=thirdparty%2Fcoreutils.git (struct cp_options.umask_kill): Use mode_t, not unsigned int. --- diff --git a/src/copy.h b/src/copy.h index b845313c97..36833460e4 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. */