On Thursday 17 August 2006 22:11, Roland Dreier wrote: > + > +CFLAGS += -DEHCA_USE_HCALL -DEHCA_USE_HCALL_KERNEL This seems really pointless, since you're always defining these macros to the same value. Just drop the CFLAGS and remove the code that depends on them being different. Arnd <><