DEBUG: Executing shell function do_compile
Linking ./src/* into ./compile...
Compiling everything in ./compile...
./compile byte_chr.c
byte_chr.c: In function 'byte_chr':
byte_chr.c:5:14: warning: old-style function definition [-Wold-style-definition]
5 | unsigned int byte_chr(s,n,c)
| ^~~~~~~~
byte_chr.c:9:1: error: number of arguments doesn't match prototype
9 | {
| ^
In file included from byte_chr.c:3:
byte.h:6:21: error: prototype declaration
6 | extern unsigned int byte_chr();
| ^~~~~~~~
make: *** [Makefile:65: byte_chr.o] Error 1
WARNING: TOPDIR/tmp/work/core2-64-oe-linux/daemontools/0.76/temp/run.do_compile.2923349:140 exit 2 from './package/compile'
WARNING: Backtrace (BB generated script):
#1: do_compile, TOPDIR/tmp/work/core2-64-oe-linux/daemontools/0.76/temp/run.do_compile.2923349, line 140
#2: main, TOPDIR/tmp/work/core2-64-oe-linux/daemontools/0.76/temp/run.do_compile.2923349, line 144