summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/include')
-rw-r--r--usr/src/cmd/ssh/include/config.h3
-rw-r--r--usr/src/cmd/ssh/include/daemon.h21
-rw-r--r--usr/src/cmd/ssh/include/openbsd-compat.h1
3 files changed, 0 insertions, 25 deletions
diff --git a/usr/src/cmd/ssh/include/config.h b/usr/src/cmd/ssh/include/config.h
index 978559f2d0..8bf9962434 100644
--- a/usr/src/cmd/ssh/include/config.h
+++ b/usr/src/cmd/ssh/include/config.h
@@ -279,9 +279,6 @@ extern "C" {
/* Define if your libraries define login() */
/* #undef HAVE_LOGIN */
-/* Define if your libraries define daemon() */
-/* #undef HAVE_DAEMON */
-
/* Define if your libraries define getpagesize() */
#define HAVE_GETPAGESIZE 1
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 */
diff --git a/usr/src/cmd/ssh/include/openbsd-compat.h b/usr/src/cmd/ssh/include/openbsd-compat.h
index df2472da0e..aab8e36c62 100644
--- a/usr/src/cmd/ssh/include/openbsd-compat.h
+++ b/usr/src/cmd/ssh/include/openbsd-compat.h
@@ -44,7 +44,6 @@ extern "C" {
#include "strlcat.h"
#include "strmode.h"
#include "mktemp.h"
-#include "daemon.h"
#include "dirname.h"
#include "base64.h"
#include "sigact.h"