ktcp not building

Derek Johansen <[email protected]> Wed, 27 Apr 2016 00:58:59 -0600
Newsgroups org.kernel.vger.linux-8086
Message-ID <CAOv0vdkVQpmDveA-_3Mak_uchVXFUpb+L7T-BRiRa-WSnYH5wQ@mail.gmail.com>
When I run make in the elkscmd directory ktcp does not build.  I see
the following compile error:

make[3]: Leaving directory `/home/djohanse/elk2/elks/elkscmd/inet/urlget'
make[2]: Leaving directory `/home/djohanse/elk2/elks/elkscmd/inet'
make[2]: Entering directory `/home/djohanse/elk2/elks/elkscmd/ktcp'
bcc  -s -o ktcp ktcp.o slip.o ip.o icmp.o tcp.o tcp_cb.o tcp_output.o
timer.o tcpdev.o netconf.o vjhc.o
undefined symbol: _set_bit
make[2]: *** [ktcp] Error 1
make[2]: Leaving directory `/home/djohanse/elk2/elks/elkscmd/ktcp'
make[2]: Entering directory `/home/djohanse/elk2/elks/elkscmd/prems'
make -C prem all
...