Changeset 1913 for trunk/src/kmk/dir.c


Ignore:
Timestamp:
Oct 22, 2008, 11:24:04 PM (17 years ago)
Author:
bird
Message:

strcache2: hash1 -> hash; -hash2.

File:
1 edited

Legend:

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

    r1902 r1913  
    291291  ISTRING_HASH_2 (key->path_key, hash);
    292292# else  /* CONFIG_WITH_STRCACHE2 */
    293   hash = strcache2_get_hash1 (&file_strcache, key->path_key);
     293  hash = strcache2_get_hash (&file_strcache, key->path_key);
    294294# endif /* CONFIG_WITH_STRCACHE2 */
    295295  hash ^= ((unsigned int) key->dev << 4) ^ (unsigned int) ~key->ctime;
Note: See TracChangeset for help on using the changeset viewer.