VirtualBox

Changeset 2592 in kBuild for trunk/src/kmk/vpath.c


Ignore:
Timestamp:
Jun 17, 2012 10:50:38 PM (13 years ago)
Author:
bird
Message:

kmk build fixes for win.amd64.

File:
1 edited

Legend:

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

    r2591 r2592  
    292292         Usually this is maxelem - 1.  If not, shrink down.  */
    293293      if (elem < (maxelem - 1))
    294         vpath = xrealloc (vpath, (elem+1) * sizeof (const char *));
     294        vpath = (const char **)xrealloc (vpath, (elem+1) * sizeof (const char *));
    295295
    296296      /* Put the nil-pointer terminator on the end of the VPATH list.  */
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