It appears two defines got left out of pci.h
gcc -D__KERNEL__ -I/usr/src/pre-linux-2.0.31/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c
ne.c
ne.c:79: `PCI_VENDOR_ID_NETVIN' undeclared here (not in a function)
ne.c:79: initializer element for `pci_clone_list[4].vendor' is not constant
ne.c:79: `PCI_DEVICE_ID_NETVIN_NV5000SC' undeclared here (not in a function)
ne.c:79: initializer element for `pci_clone_list[4].dev_id' is not constant
make[3]: *** [ne.o] Error 1
Comments? Advice?