summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-09 06:28:55 +0200
committerDamien Miller <djm@mindrot.org>2000-05-09 06:28:55 +0200
commit16e519cb9c11fd55f08c1d259a275f729711511b (patch)
tree1a30a8477a923721e06e203370b760c470254808 /includes.h
parent - OpenBSD CVS update (diff)
downloadopenssh-16e519cb9c11fd55f08c1d259a275f729711511b.tar.xz
openssh-16e519cb9c11fd55f08c1d259a275f729711511b.zip
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/includes.h b/includes.h
index 56878a040..da1ee9ced 100644
--- a/includes.h
+++ b/includes.h
@@ -89,22 +89,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include "version.h"
-/* BSD function replacements */
-#include "bsd-bindresvport.h"
-#include "bsd-rresvport.h"
-#include "bsd-misc.h"
-#include "bsd-strlcpy.h"
-#include "bsd-strlcat.h"
-#include "bsd-mktemp.h"
-#include "bsd-snprintf.h"
-#include "bsd-daemon.h"
-#include "bsd-login.h"
-#include "bsd-base64.h"
-
-/* rfc2553 socket API replacements */
-#include "fake-getaddrinfo.h"
-#include "fake-getnameinfo.h"
-#include "fake-socket.h"
+/* OpenBSD function replacements */
+#include "openbsd-compat.h"
/* Entropy collection */
#include "entropy.h"