CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2016/08/30 08:28:31
Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: summary() is no longer called from a signal handler, so it can use stdio and does not need the workarounds. ok florian millert