]> andersk Git - openssh.git/blobdiff - openbsd-compat/openbsd-compat.h
- markus@cvs.openbsd.org 2002/06/08 05:07:56
[openssh.git] / openbsd-compat / openbsd-compat.h
index b5b8435ef92c71ed0cbafb444f524017d7699c13..551bdc939aafe4ae83aa3cf75d769c7f8acbe2ae 100644 (file)
 #include "strmode.h"
 #include "mktemp.h"
 #include "daemon.h"
+#include "dirname.h"
 #include "base64.h"
 #include "sigact.h"
-#include "inet_aton.h"
 #include "inet_ntoa.h"
+#include "inet_ntop.h"
 #include "strsep.h"
-#include "strtok.h"
-#include "vis.h"
 #include "setproctitle.h"
 #include "getgrouplist.h"
 #include "glob.h"
+#include "readpassphrase.h"
+#include "getopt.h"
 
 /* Home grown routines */
 #include "bsd-arc4random.h"
@@ -37,4 +38,9 @@
 #include "fake-getnameinfo.h"
 #include "fake-socket.h"
 
+/* Routines for a single OS platform */
+#include "bsd-cray.h"
+#include "port-irix.h"
+#include "port-aix.h"
+
 #endif /* _OPENBSD_H */
This page took 0.167442 seconds and 4 git commands to generate.