VirtualBox

Changeset 3228 in kBuild


Ignore:
Timestamp:
May 29, 2018 9:00:12 AM (7 years ago)
Author:
bird
Message:

kmk/rm: build fixes

File:
1 edited

Legend:

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

    r3216 r3228  
    455455                                rval = undelete(p->fts_accpath);
    456456                                if (rval == 0 && (pThis->fflag && errno == ENOENT)) {
    457                                         if (vflag)
     457                                        if (pThis->vflag)
    458458                                                kmk_builtin_ctx_printf(pThis->pCtx, 0, "%s\n", p->fts_path);
    459459                                        continue;
     
    558558                rval = 0;
    559559#ifdef UF_APPEND
    560                 if (!uid &&
     560                if (!pThis->uid &&
    561561                    (sb.st_flags & (UF_APPEND|UF_IMMUTABLE)) &&
    562562                    !(sb.st_flags & (SF_APPEND|SF_IMMUTABLE)))
Note: See TracChangeset for help on using the changeset viewer.

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