if_arp.h compilation errors

bcook@wantree.com.au
Mon, 10 Jun 1996 23:58:57 +0800


For a while now I've been getting several compilation
errors, that are realy starting to frustrate me.

In linux/if_arp.h there is a reference to MAX_ADDR_LEN
(defined in linux/netdevice.h) that is not defined.

Obviously #including netdevice.h will sort out the
problem, but this is not the correct solution. (It will
break every new kernel I bring in).

This points to a basic problem in the setup of my
compiler/headers/kernel etc. Would anyone be able
to point me in the correct direction.

I also seem to be lacking (stat), which upsets a *LOT*
of things. The header I can find containd old_stat and
new_stat.

linux-2.0.0
gcc-2.7.2
libc-5.3.12
ld-1.7.14
binutils-2.5.2l.17 (oops - Needs upgrading)
g++-2.7.0 (ditto)
sysvinit-2.62
ppp-2.2.0f
termcap-2.0.0
modules-1.3.69k

What else do you need ?