Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/05/1999 10:17:27
Module Name:	src
Committed By:	thorpej
Date:		Fri Feb  5 18:17:27 UTC 1999

Modified Files:
	src/usr.sbin/dhcp/client: dhclient.c
Log Message:
On second thought, don't use atexit(3).  Instead, invoke cleanup() directly
from catch_sigterm() before calling exit().  This follows the style of
the rest of the code.