When running make on Linux Fedora(2.4.22-1.2115.nptl) I get the following at make:
bbd.c:1148:8:
warning: extra tokens at end of #endif directive
bbd.c:1180:8: warning: extra
tokens at end of #endif directive
make[2]: Leaving directory `/opt/bb1.9h-btf/src'
make[1]: Leaving directory `/opt/bb1.9h-btf/src'
If I remove the statement ZOMBIE from the two lines in bbd.c I do not get the warning
In either case make install does not appear to do anything
any ideas ?
TIA
-Bill