From owner-freebsd-bugs Mon Jan 22 01:48:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24717 for bugs-outgoing; Mon, 22 Jan 1996 01:48:29 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24697 Mon, 22 Jan 1996 01:48:25 -0800 (PST) Date: Mon, 22 Jan 1996 01:48:25 -0800 (PST) From: Mike Pritchard Message-Id: <199601220948.BAA24697@freefall.freebsd.org> To: lyndon@orthanc.com, mpp, freebsd-bugs Subject: Re: bin/769 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: xntpd does not detach from controlling terminal State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Jan 22 01:46:20 PST 1996 State-Changed-Why: This seems to work just fine in -current. daemon() does get called due to SYS_44BSD being defined at this point. I verified this with a few printfs around the daemon() call, and within the suspect #if block.