Skip to content
  • Daniel Pfeifer's avatar
    cmArchiveWrite: replace mode_t with int · 373b2e48
    Daniel Pfeifer authored
    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
    373b2e48