2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

fix comment

This commit is contained in:
Brian Wellington
2001-03-19 22:44:52 +00:00
parent 55839cbe31
commit dde4382b7f

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: app.c,v 1.40 2001/03/14 06:31:17 bwelling Exp $ */
/* $Id: app.c,v 1.41 2001/03/19 22:44:52 bwelling Exp $ */
#include <config.h>
@@ -174,7 +174,7 @@ isc_app_start(void) {
* On Solaris 2, delivery of a signal whose action is SIG_IGN
* will not cause sigwait() to return. We may have inherited
* unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
* process, * (e.g, Solaris cron). Set an action of SIG_DFL to make
* process (e.g, Solaris cron). Set an action of SIG_DFL to make
* sure sigwait() works as expected. Only do this for SIGTERM and
* SIGINT if we don't have sigwait(), since a different handler is
* installed above.