VirtualBox

Changeset 2126 in kBuild


Ignore:
Timestamp:
Dec 25, 2008 2:27:35 PM (16 years ago)
Author:
bird
Message:

chmod.c: warnings.

File:
1 edited

Legend:

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

    r2113 r2126  
    236236
    237237                                        (void)printf(": 0%o [%s] -> 0%o [%s]",
    238                                             p->fts_statp->st_mode, m1,
    239                                             (p->fts_statp->st_mode & S_IFMT) |
    240                                             newmode, m2);
     238                                            (unsigned int)p->fts_statp->st_mode, m1,
     239                                            (unsigned int)((p->fts_statp->st_mode & S_IFMT) | newmode), m2);
    241240                                }
    242241                                (void)printf("\n");
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