(struct cp_options.umask_kill): Use mode_t, not unsigned int.
authorJim Meyering <jim@meyering.net>
Mon, 26 Apr 1999 12:55:36 +0000 (12:55 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Apr 1999 12:55:36 +0000 (12:55 +0000)
src/copy.h

index b845313..3683346 100644 (file)
@@ -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. */