On Wed, Sep 02, 2009 at 07:08:58PM -0400, James Carlson wrote: > Vladimir Kotal wrote: > > > > Hi all, > > > > I'd like to get some reviewers for the addition of daemon() to libc. > > > > More details: > > http://arc.opensolaris.org/caselog/PSARC/2009/444/ > > > > webrev is here: > > http://cr.opensolaris.org/~vkotal/daemon_libc-4471189.onnv/ > > usr/src/cmd/ssh/include/config.h > > - why not #define HAVE_DAEMON?
[Not speaking for the i-team.] Because it'd do nothing one the ssh daemon.h and daemon.c files are deleted. Since we don't pretend to keep SunSSH portable, deleting them is the right thing to do, and so removing HAVE_DAEMON is too. Nico --
