Skip to content
Snippets Groups Projects
Commit 373b2e48 authored by Daniel Pfeifer's avatar Daniel Pfeifer
Browse files

cmArchiveWrite: replace mode_t with int

Rationale:

* mode_t is not defined on all platforms
* bitmasking (operator &) promotes the value to an int anyway
* libarchive uses int in the public api starting with version 4
parent 67a7dcef
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment