CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/09/11 12:21:10
Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: Hoist pr_addr() up, it's AF independent; no obj change. Diff between ping and ping6 is easier to read if all identical or as close as possible to being identical functions are in one place.