1.3.31 won't compile

Jeffery S. Coy Jr. (jcoy@red.cscwc.pima.edu)
Wed, 04 Oct 1995 16:53:43 -0700 (MST)


here's the relevent sniplet from the ``make zlilo'':

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-$ip.c: In function `ip_forward':
ip.c:1690: `encap' undeclared (first use this function)
ip.c:1690: (Each undeclared identifier is reported only once
ip.c:1690: for each function it appears in.)
make[2]: *** [ip.o] Error 1
make[2]: Leaving directory `/usr2/src/linux-1.3.xx/net/ipv4'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr2/src/linux-1.3.xx/net'
make: *** [linuxsubdirs] Error 2

i checked into this, encap is declaired, but in an #ifdef for firewalling.
i don't firewall, so it won't compile for me.

jeff