[2.1.82] drivers/net/x25_asy.c does not compile

Dominik Kubla (kubla@sundiver.zdv.uni-mainz.de)
Wed, 28 Jan 1998 00:25:05 +0100


With 2.1.82 the X.25 driver will not compile:

make[2]: Entering directory `/FreeLinux/work/linux/drivers/net'
gcc -D__KERNEL__ -I/FreeLinux/work/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -DMODULE -DMODVERSIONS -include /FreeLinux/work/linux/include/linux/modversions.h -c -o x25_asy.o x25_asy.c
x25_asy.c: In function `x25_asy_init_ctrl_dev':
x25_asy.c:856: `N_X25' undeclared (first use this function)
x25_asy.c:856: (Each undeclared identifier is reported only once
x25_asy.c:856: for each function it appears in.)
x25_asy.c: In function `cleanup_module':
x25_asy.c:940: `N_X25' undeclared (first use this function)
make[2]: *** [x25_asy.o] Error 1
make[2]: Target `modules' not remade because of errors.
make[2]: Leaving directory `/FreeLinux/work/linux/drivers/net'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/FreeLinux/work/linux/drivers'
make: *** [modules] Error 2

Reason: N_X25 is not defined anywhere in the include files.