]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.c
- (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixes
[openssh.git] / openbsd-compat / port-tun.c
index bee6b160c915ce2bcb729efadcf4428c1b671d57..276474db87cd970400d15b5731393172b892ed18 100644 (file)
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
+
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netinet/ip.h>
 
+#include <errno.h>
 #include <fcntl.h>
+#include <stdarg.h>
+#include <string.h>
+#include <unistd.h>
 
 #include "log.h"
 #include "misc.h"
-#include "bufaux.h"
+#include "buffer.h"
+#include "channels.h"
 
 /*
  * This is the portable version of the SSH tunnel forwarding, it
This page took 0.024678 seconds and 4 git commands to generate.