Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 1996 12:20:43 -0800 (PST)
From:      Sean Eric Fagan <sef>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/ping ping.c
Message-ID:  <199612072020.MAA08968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sef         96/12/07 12:20:43

  Modified:    sbin/ping  ping.c
  Log:
  Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and check
  that flag on every iteration of the loop.  This avoids calling fprintf
  inside a signal handler, which is always somewhat icky.
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.12      +34 -15    src/sbin/ping/ping.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612072020.MAA08968>