diff options
Diffstat (limited to 'openbsd-compat/port-tun.h')
-rw-r--r-- | openbsd-compat/port-tun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-tun.h b/openbsd-compat/port-tun.h index 942610c6d..86d9272b4 100644 --- a/openbsd-compat/port-tun.h +++ b/openbsd-compat/port-tun.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #include "channels.h" | 20 | #include "channels.h" |
21 | 21 | ||
22 | #if defined(SSH_TUN_LINUX) | 22 | #if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD) |
23 | # define CUSTOM_SYS_TUN_OPEN | 23 | # define CUSTOM_SYS_TUN_OPEN |
24 | int sys_tun_open(int, int); | 24 | int sys_tun_open(int, int); |
25 | #endif | 25 | #endif |