CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/14 23:03:11
Modified files:
usr.sbin/tcpdump: print-icmp6.c print-snmp.c
Log message:
o remove legacy code that defines abs(3) if it isn't available
o inline an ugly and potentially risky macro of the form:
#define x if (a) b; else
o fix a >21 y.o. bug resulting from someone writing:
puts("[nothing to parse], stdout");
when they meant:
fputs("[nothing to parse]", stdout);
ok canacar@
