watchdog.c fails to compile with musl
Brought to you by:
meskes,
paulcrawford
with latest release build on musl is failing with new error
| ../../watchdog-5.15/src/watchdog.c: In function 'print_info':
| ../../watchdog-5.15/src/watchdog.c:280:24: error: 'EXEC_PAGESIZE' undeclared (first use in this function)
| minpages, minalloc, EXEC_PAGESIZE);
| ^~~~~~~~~~~~~
| ../../watchdog-5.15/src/watchdog.c:280:24: note: each undeclared identifier is reported only once for each function it appears in
this patch fixes it
Dear Khem,
Thanks for the patch, now included.
Regards, Paul
Closing as fixed some time ago.