VirtualBox

Changeset 1941 in kBuild for trunk/src


Ignore:
Timestamp:
Oct 26, 2008 2:01:14 AM (17 years ago)
Author:
bird
Message:

dir.c: overlooked one hash_insert.

File:
1 edited

Legend:

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

    r1915 r1941  
    10401040  new->name = strcache_add_len (filename, new->length);
    10411041  new->impossible = 1;
     1042#ifndef CONFIG_WITH_STRCACHE2
    10421043  hash_insert (&dir->contents->dirfiles, new);
     1044#else  /* CONFIG_WITH_STRCACHE2 */
     1045  hash_insert_strcached (&dir->contents->dirfiles, new);
     1046#endif /* CONFIG_WITH_STRCACHE2 */
    10431047}
    10441048
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