2.3.38: No definition for sch_api.c:TCQ_F_INGRES, compile error

Arjan Filius (arjan@nospam.xs4all.nl)
Sat, 8 Jan 2000 12:22:58 +0100 (CET)


Hello,

While compiling 2.3.38(UP/anything as modules) i found:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DCPU=586 -march=i586 -c -o sch_api.o sch_api.c
sch_api.c: In function `dev_graft_qdisc':
sch_api.c:311: `TCQ_F_INGRES' undeclared (first use in this function)
sch_api.c:311: (Each undeclared identifier is reported only once
sch_api.c:311: for each function it appears in.)
sch_api.c: In function `qdisc_graft':
sch_api.c:361: `TCQ_F_INGRES' undeclared (first use in this function)
sch_api.c: In function `qdisc_create':
sch_api.c:434: `TCQ_F_INGRES' undeclared (first use in this function)
make[3]: *** [sch_api.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.3.36/net/sched'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.3.36/net/sched'
make[1]: *** [_subdir_sched] Error 2
make[1]: Leaving directory `/usr/src/linux-2.3.36/net'
make: *** [_dir_net] Error 2

The TCQ_F_INGRES in sch_api.c introduced in 2.3.38 (not pre-2.3.38-1) seems
not to be defined anywhere in de kernel src tree.

Arjan Filius
mailto:iafilius@xs4all.nl

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/