VirtualBox

Changeset 1222 in kBuild for trunk/src/kash/miscbltin.c


Ignore:
Timestamp:
Oct 8, 2007 12:24:31 AM (17 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/miscbltin.c

    r1221 r1222  
    6262#undef rflag
    6363
    64 void *bsd_setmode(const char *p);
     64void *bsd_setmode(shinstance *psh, const char *p);
    6565mode_t bsd_getmode(const void *bbox, mode_t omode);
    6666
     
    273273
    274274                        INTOFF;
    275                         if ((set = bsd_setmode(ap)) != 0) {
     275                        if ((set = bsd_setmode(psh, ap)) != 0) {
    276276                                mask = bsd_getmode(set, ~mask & 0777);
    277277                                ckfree(set);
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