CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/03 23:00:49
Modified files:
sys/net : if_gif.c
sys/netinet : ip_ether.h ip_ipip.h
Log message:
gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.
ip_ether.h is where netinet/ip_ipip.h got the forward declaration
for struct tdb from though, so fix that before cutting ip_ether.h
out of gif.
