freebsd-src/sys/netgraph/atm
Bjoern A. Zeeb 33553d6e99 For all files including net/vnet.h directly include opt_route.h and
net/route.h.

Remove the hidden include of opt_route.h and net/route.h from net/vnet.h.

We need to make sure that both opt_route.h and net/route.h are included
before net/vnet.h because of the way MRT figures out the number of FIBs
from the kernel option. If we do not, we end up with the default number
of 1 when including net/vnet.h and array sizes are wrong.

This does not change the list of files which depend on opt_route.h
but we can identify them now more easily.
2009-02-27 14:12:05 +00:00
..
ccatm Don't use data after free. 2006-09-30 12:37:43 +00:00
sscfu Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
sscop
uni Replace the array initialization using the gcc-specific format 2006-06-02 09:08:51 +00:00
ng_atm.c For all files including net/vnet.h directly include opt_route.h and 2009-02-27 14:12:05 +00:00
ng_atm.h
ng_ccatm.h
ng_sscfu.h
ng_sscop.h
ng_uni.h
ngatmbase.c
ngatmbase.h