diff options
author | Damien Miller <djm@mindrot.org> | 2015-01-15 03:08:29 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-15 03:08:29 +1100 |
commit | bc42cc6fe784f36df225c44c93b74830027cb5a2 (patch) | |
tree | d7ab3a72b9224260f06bf83cf0d563f96359c115 /openbsd-compat/port-tun.h | |
parent | c332110291089b624fa0951fbf2d1ee6de525b9f (diff) |
kludge around tun API mismatch betterer
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 e608a454d..c53df01fc 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 **, size_t *); | 30 | u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *); |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #endif | 33 | #endif |