CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/03/03 11:30:48
Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: ping(8) and ping6(8) use different types for packet counters. In preparation of a merge just use int64_t and be done with it. OK deraadt