VirtualBox

Changeset 1903 in kBuild for trunk/src/kmk/incdep.c


Ignore:
Timestamp:
Oct 21, 2008 4:25:19 AM (16 years ago)
Author:
bird
Message:

strcache2: some cleanup.

File:
1 edited

Legend:

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

    r1895 r1903  
    769769{
    770770  if (!entry->user)
    771     entry->user = (void *)strcache2_add_hashed (&file_strcache,
    772                                                 (const char *)(entry + 1),
    773                                                 entry->length,
    774                                                 entry->hash1,
    775                                                 entry->hash2);
     771    entry->user = (void *)strcache2_add_hashed_file (&file_strcache,
     772                                                     (const char *)(entry + 1),
     773                                                     entry->length,
     774                                                     entry->hash1,
     775                                                     entry->hash2);
    776776  return (const char *)entry->user;
    777777}
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