Re: [PATCH] build: Add bsearch if not defined
Hi! Even with this patch Kernel 2.6.x still can't be compiled due to the next error "ida_simple_get" missing. I will try to fix the "ida_simple_get" error tomorrow. BR, Jasmin
[PATCH] build: Add bsearch if not defined
From: Jasmin Jessich Compiling for Kernel 2.6.x failed in "rc-main.c" with linux/bsearch.h: No such file or directory Beside adding the missing function, also the include of "linux/bsearch.h" has been removed by new patch "v2.6_rc_main_bsearch_h.patch". Signed-off-by: Jasmin Jessich --- back