CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/22 10:12:45
Modified files:
usr.sbin/tcpdump: addrtoname.c addrtoname.h interface.h
print-atm.c print-bgp.c print-dhcp6.c
print-domain.c print-ether.c print-frag6.c
print-gtp.c print-icmp6.c print-ip.c
print-ip6.c print-ip6opts.c print-ipsec.c
print-lwres.c print-nfs.c print-null.c
print-ospf6.c print-pflog.c print-ripng.c
print-rt6.c print-sl.c print-tcp.c print-udp.c
Log message:
Remove #ifdef INET6
There's not reason to build without IPv6 support, `-U INET6' builds were
broken anyway.
Fix an empty redefine for IPPROTO_IPV6 in print-ip.c while here.
No object change on amd64 and sparc64 with clang, gcc compiles differently
but behaviour stays the same.
OK denis deraadt