smp errors in 2.4!!

2001-06-05 Thread Manfred Spraul
> I encounter this compilation error: > /usr/x.c:2112: struct has no member named > "event_Rsmp_7b16c344" I assume you have a variable called 'event', and that name got replaced by a versioned symbol. Yes, 'event' is a global variable in the kernel ;-) Do you include in that file? I usually us

smp errors in 2.4!!

2001-06-05 Thread jalaja devi
I encounter this compilation error: /usr/x.c:2112: struct has no member named "event_Rsmp_7b16c344" The structure has that field and I don't have the conflicting structure name anywhere in my code and in the system files too. The makefile uses sed and *.d files. Could anyone help me out as how