watchdog adaptability

Rob Landley rob at landley.net
Mon Jan 9 02:29:21 UTC 2006


On Sunday 08 January 2006 18:50, Rob Landley wrote:
> Ok, the reason this isn't going into 1.1.0 is:
>
> home/landley/busybox/busybox/miscutils/watchdog.c: In function
> `watchdog_main':
> /home/landley/busybox/busybox/miscutils/watchdog.c:53: error:
> `WDIOC_GETTIMEOUT' undeclared (first use in this function)
> /home/landley/busybox/busybox/miscutils/watchdog.c:53: error: (Each
> undeclared identifier is reported only once
> /home/landley/busybox/busybox/miscutils/watchdog.c:53: error: for each
> function it appears in.)
> make[1]: *** [/home/landley/busybox/busybox/miscutils/watchdog.o] Error 1

Ahem, sorry.  Wrong error.  The correct error was:

In file included from /home/landley/busybox/busybox/miscutils/watchdog.c:15:
/usr/include/linux/watchdog.h:17: error: syntax error before "__u32"
/usr/include/linux/watchdog.h:19: error: syntax error before "identity"
/usr/include/linux/watchdog.h:20: error: syntax error before '}' token
make[1]: *** [/home/landley/busybox/busybox/miscutils/watchdog.o] Error 1
make[1]: Leaving directory `/home/landley/busybox/busybox'

Rob
-- 
Steve Ballmer: Innovation!  Inigo Montoya: You keep using that word.
I do not think it means what you think it means.



More information about the busybox mailing list