]> andersk Git - openssh.git/blobdiff - openbsd-compat.h
- (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
[openssh.git] / openbsd-compat.h
index bef9c852d18c3719d1b268d55614ddb98ca61dce..521579b968b14b6e1d34de463b1083e3890db166 100644 (file)
@@ -4,6 +4,7 @@
 #include "config.h"
 
 /* BSD function replacements */
+#include "bsd-arc4random.h"
 #include "bsd-bindresvport.h"
 #include "bsd-rresvport.h"
 #include "bsd-misc.h"
 #include "bsd-snprintf.h"
 #include "bsd-daemon.h"
 #include "bsd-base64.h"
+#include "bsd-sigaction.h"
+#include "bsd-inet_aton.h"
+#include "bsd-inet_ntoa.h"
+#include "bsd-strsep.h"
 
 /* rfc2553 socket API replacements */
 #include "fake-getaddrinfo.h"
This page took 0.435377 seconds and 4 git commands to generate.