From 12dd796d8a4459d3501a1435cabfff6f3bba4f6c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Apr 1999 12:55:36 +0000 Subject: [PATCH] (struct cp_options.umask_kill): Use mode_t, not unsigned int. --- src/copy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.34.1