Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 269240 | Differences between
and this patch

Collapse All | Expand All

(-)reiser4progs-1.0.7/plugin/node/node40/node40.c (-1 / +1 lines)
Lines 994-1004 Link Here
994
	func = (entity->keypol == 3) ? cb_comp_key3 : cb_comp_key4;
994
	func = (entity->keypol == 3) ? cb_comp_key3 : cb_comp_key4;
995
#elif defined(ENABLE_SHORT_KEYS)
995
#elif defined(ENABLE_SHORT_KEYS)
996
	func = cb_comp_key3;
996
	func = cb_comp_key3;
997
#elif defined(ENABLE_LARGE_KEYS)
997
#elif defined(ENABLE_LARGE_KEYS)
998
	func = cb_comp_key4;
998
	func = cb_comp_key4;
999
#elif
999
#else
1000
	func = NULL;
1000
	func = NULL;
1001
#endif
1001
#endif
1002
	
1002
	
1003
	ih = node40_ih_at((reiser4_node_t *)entity, 0);
1003
	ih = node40_ih_at((reiser4_node_t *)entity, 0);
1004
	switch (aux_bin_search(ih, nh_get_num_items(entity), 
1004
	switch (aux_bin_search(ih, nh_get_num_items(entity), 

Return to bug 269240