Re: kernel 1.3.17 compile errors (ax25 related)

Kai Schulte (sp0005@aixrs1.hrz.uni-essen.de)
Sun, 13 Aug 1995 01:03:56 +0200 (MESZ)


Hello Bernie,

> af_ax25.c:2033: warning: implicit declaration of function `proc_net_register'
> af_ax25.c:2034: `PROC_NET_AX25_ROUTE' undeclared (first use this function)
> af_ax25.c:2038: `PROC_NET_AX25_CALLS' undeclared (first use this function)
+ further errors...

The ham protocols (and some of the others, like IPX) have been
converted to use the proc file system. Just add

#include <linux/proc_fs.h>

in af_ax25.c and in any others that may need it (netrom, ipx, ...)

If you need netrom support, you will have to add an extra 'int' as final
parameter in the prototypes of 3 functions in af_netrom.c and nr_route.c.
The prototypes are in include/net/netrom.h

Have fun... 1.3.17 is running nicely here, still waiting for the first
oops to appear ;)

73 Kai DF4EM