]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / openbsd-compat / port-tun.c
index bee6b160c915ce2bcb729efadcf4428c1b671d57..ddc92d0f3f5562bbf36c274d2b86f950025632f7 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 "openbsd-compat/sys-queue.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.030186 seconds and 4 git commands to generate.