VirtualBox

Changeset 1999 in kBuild for trunk/src/kmk/kbuild.c


Ignore:
Timestamp:
Oct 29, 2008 9:47:00 PM (17 years ago)
Author:
bird
Message:

variaiable::value_length -> unsigned int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r1998 r1999  
    654654        assert(!pVar->rdonly_val);
    655655#endif
    656         kbuild_apply_defpath(pDefPath, &pVar->value, (unsigned int *)&pVar->value_length, &pVar->value_alloc_len, 1);
     656        kbuild_apply_defpath(pDefPath, &pVar->value, &pVar->value_length, &pVar->value_alloc_len, 1);
    657657    }
    658658    return pVar;
     
    678678        assert(!pVar->rdonly_val);
    679679#endif
    680         kbuild_apply_defpath(pDefPath, &pVar->value, (unsigned int *)&pVar->value_length, &pVar->value_alloc_len, 1);
     680        kbuild_apply_defpath(pDefPath, &pVar->value, &pVar->value_length, &pVar->value_alloc_len, 1);
    681681    }
    682682    return pVar;
     
    20682068        assert(!pSource->rdonly_val);
    20692069#endif
    2070         kbuild_apply_defpath(pDefPath, &pSource->value, (unsigned int *)&pSource->value_length, &pSource->value_alloc_len, 1 /* can free */);
     2070        kbuild_apply_defpath(pDefPath, &pSource->value, &pSource->value_length, &pSource->value_alloc_len, 1 /* can free */);
    20712071    }
    20722072
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