From 44991a1c1bb35cccb6bf99cb6dce14864dcee19c Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Tue, 15 Sep 2009 20:20:20 +0200 Subject: PSARC/2009/444 daemon() in libc 4471189 should have 4.4BSD's daemon() utility function --- usr/src/cmd/ssh/include/daemon.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 usr/src/cmd/ssh/include/daemon.h (limited to 'usr/src/cmd/ssh/include/daemon.h') diff --git a/usr/src/cmd/ssh/include/daemon.h b/usr/src/cmd/ssh/include/daemon.h deleted file mode 100644 index fd22d587fd..0000000000 --- a/usr/src/cmd/ssh/include/daemon.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id: daemon.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ - -#ifndef _DAEMON_H -#define _DAEMON_H - -#pragma ident "%Z%%M% %I% %E% SMI" - -#ifdef __cplusplus -extern "C" { -#endif - -#include "config.h" -#ifndef HAVE_DAEMON -int daemon(int nochdir, int noclose); -#endif /* !HAVE_DAEMON */ - -#ifdef __cplusplus -} -#endif - -#endif /* _DAEMON_H */ -- cgit v1.2.3