summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-tun.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 03:08:29 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 03:08:29 +1100
commitbc42cc6fe784f36df225c44c93b74830027cb5a2 (patch)
treed7ab3a72b9224260f06bf83cf0d563f96359c115 /openbsd-compat/port-tun.h
parentc332110291089b624fa0951fbf2d1ee6de525b9f (diff)
kludge around tun API mismatch betterer
Diffstat (limited to 'openbsd-compat/port-tun.h')
-rw-r--r--openbsd-compat/port-tun.h2
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
29int sys_tun_infilter(struct Channel *, char *, int); 29int sys_tun_infilter(struct Channel *, char *, int);
30u_char *sys_tun_outfilter(struct Channel *, u_char **, size_t *); 30u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *);
31#endif 31#endif
32 32
33#endif 33#endif