summaryrefslogtreecommitdiff
path: root/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
committerDamien Miller <djm@mindrot.org>2000-08-16 10:35:58 +1000
commit11fa2cc3839b1e7fed1d85aa1158cce4d498bc58 (patch)
treef432a585240e930f3accd4aa2ab43ad1835f8ea5 /openbsd-compat.h
parent0da2eaaf06e8d05862dcce34cc8c7d1a0740de7c (diff)
- (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.
Diffstat (limited to 'openbsd-compat.h')
-rw-r--r--openbsd-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat.h b/openbsd-compat.h
index 380226567..521579b96 100644
--- a/openbsd-compat.h
+++ b/openbsd-compat.h
@@ -4,6 +4,7 @@
4#include "config.h" 4#include "config.h"
5 5
6/* BSD function replacements */ 6/* BSD function replacements */
7#include "bsd-arc4random.h"
7#include "bsd-bindresvport.h" 8#include "bsd-bindresvport.h"
8#include "bsd-rresvport.h" 9#include "bsd-rresvport.h"
9#include "bsd-misc.h" 10#include "bsd-misc.h"
@@ -15,6 +16,7 @@
15#include "bsd-base64.h" 16#include "bsd-base64.h"
16#include "bsd-sigaction.h" 17#include "bsd-sigaction.h"
17#include "bsd-inet_aton.h" 18#include "bsd-inet_aton.h"
19#include "bsd-inet_ntoa.h"
18#include "bsd-strsep.h" 20#include "bsd-strsep.h"
19 21
20/* rfc2553 socket API replacements */ 22/* rfc2553 socket API replacements */