summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-09 14:28:55 +1000
committerDamien Miller <djm@mindrot.org>2000-05-09 14:28:55 +1000
commit16e519cb9c11fd55f08c1d259a275f729711511b (patch)
tree1a30a8477a923721e06e203370b760c470254808 /includes.h
parent30c3d429306bb4afe71c18db92816b981f7b6d9d (diff)
- 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 }
89 89
90#include "version.h" 90#include "version.h"
91 91
92/* BSD function replacements */ 92/* OpenBSD function replacements */
93#include "bsd-bindresvport.h" 93#include "openbsd-compat.h"
94#include "bsd-rresvport.h"
95#include "bsd-misc.h"
96#include "bsd-strlcpy.h"
97#include "bsd-strlcat.h"
98#include "bsd-mktemp.h"
99#include "bsd-snprintf.h"
100#include "bsd-daemon.h"
101#include "bsd-login.h"
102#include "bsd-base64.h"
103
104/* rfc2553 socket API replacements */
105#include "fake-getaddrinfo.h"
106#include "fake-getnameinfo.h"
107#include "fake-socket.h"
108 94
109/* Entropy collection */ 95/* Entropy collection */
110#include "entropy.h" 96#include "entropy.h"