This is a because of my code-cleanups ...

Replace

#ifdef MODULE

static int timer_installed = -1;

#endif

with

#ifndef EXLUDE_TIMERS

static int timer_installed = -1;

#endif

This will be cleared in my next patch

Christoph


-- 
Always remember that you are unique.  Just like everyone else.

Reply via email to