From owner-cvs-sbin Mon Nov 18 19:33:15 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA10338 for cvs-sbin-outgoing; Mon, 18 Nov 1996 19:33:15 -0800 (PST) Received: (from sef@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA10294; Mon, 18 Nov 1996 19:32:37 -0800 (PST) Date: Mon, 18 Nov 1996 19:32:37 -0800 (PST) From: Sean Eric Fagan Message-Id: <199611190332.TAA10294@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 96/11/18 19:32:36 Modified: sbin/ping ping.c Log: Move the terminal handling code to a later location; this allows the signal handlers to be set up; it also means that a failed name lookup won't mess up the nokerninfo setting of the tty. Reviewed by: pst, nate Revision Changes Path 1.10 +6 -5 src/sbin/ping/ping.c