]> andersk Git - openssh.git/blobdiff - openbsd-compat/port-tun.h
- (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
[openssh.git] / openbsd-compat / port-tun.h
index 942610c6dde0bfaec60b8f818847abe2fa9d1a10..c53df01fceb608c752d104dfcfb24e8a00b5229e 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef _PORT_TUN_H
 #define _PORT_TUN_H
 
-#include "channels.h"
+struct Channel;
 
-#if defined(SSH_TUN_LINUX)
+#if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD)
 # define CUSTOM_SYS_TUN_OPEN
 int      sys_tun_open(int, int);
 #endif
This page took 0.258142 seconds and 4 git commands to generate.