Changeset 1897 for trunk/src/kmk/file.c
- Timestamp:
- Oct 21, 2008, 3:21:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/file.c
r1892 r1897 47 47 return_ISTRING_HASH_1 (((struct file const *) key)->hname); 48 48 #else /* CONFIG_WITH_STRCACHE2 */ 49 return strcache _get_hash1 (((struct file const *) key)->hname);49 return strcache2_get_ptr_hash (&file_cache, ((struct file const *) key)->hname); 50 50 #endif /* CONFIG_WITH_STRCACHE2 */ 51 51 } … … 57 57 return_ISTRING_HASH_2 (((struct file const *) key)->hname); 58 58 #else /* CONFIG_WITH_STRCACHE2 */ 59 return strcache _get_hash1 (((struct file const *) key)->hname);59 return strcache2_get_ptr_hash (&file_cache, ((struct file const *) key)->hname); 60 60 #endif /* CONFIG_WITH_STRCACHE2 */ 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.