From bc42cc6fe784f36df225c44c93b74830027cb5a2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 Jan 2015 03:08:29 +1100 Subject: kludge around tun API mismatch betterer --- openbsd-compat/port-tun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat/port-tun.h') 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); #if defined(SSH_TUN_COMPAT_AF) || defined(SSH_TUN_PREPEND_AF) # define SSH_TUN_FILTER int sys_tun_infilter(struct Channel *, char *, int); -u_char *sys_tun_outfilter(struct Channel *, u_char **, size_t *); +u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *); #endif #endif -- cgit v1.2.3