VirtualBox

Changeset 3227 in kBuild


Ignore:
Timestamp:
May 29, 2018 8:58:33 AM (7 years ago)
Author:
bird
Message:

kmk/install: build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/install.c

    r3226 r3227  
    737737         */
    738738#ifdef UF_IMMUTABLE
    739         if ((pThis->gid != (gid_t)-1 && gid != to_sb.st_gid) ||
    740             (pThis->uid != (uid_t)-1 && uid != to_sb.st_uid) ||
     739        if ((pThis->gid != (gid_t)-1 && pThis->gid != to_sb.st_gid) ||
     740            (pThis->uid != (uid_t)-1 && pThis->uid != to_sb.st_uid) ||
    741741            (pThis->mode != (to_sb.st_mode & ALLPERMS))) {
    742742                /* Try to turn off the immutable bits. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette