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 c53df01fc..e608a454d 100644 --- a/openbsd-compat/port-tun.h +++ b/openbsd-compat/port-tun.h | |||
@@ -27,7 +27,7 @@ int sys_tun_open(int, int); | |||
27 | #if defined(SSH_TUN_COMPAT_AF) || defined(SSH_TUN_PREPEND_AF) | 27 | #if defined(SSH_TUN_COMPAT_AF) || defined(SSH_TUN_PREPEND_AF) |
28 | # define SSH_TUN_FILTER | 28 | # define SSH_TUN_FILTER |
29 | int sys_tun_infilter(struct Channel *, char *, int); | 29 | int sys_tun_infilter(struct Channel *, char *, int); |
30 | u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *); | 30 | u_char *sys_tun_outfilter(struct Channel *, u_char **, size_t *); |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #endif | 33 | #endif |