summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 4141e6c48..76dbf40ea 100644
--- a/misc.c
+++ b/misc.c
@@ -543,7 +543,7 @@ tun_open(int tun, int mode)
543{ 543{
544#if defined(CUSTOM_SYS_TUN_OPEN) 544#if defined(CUSTOM_SYS_TUN_OPEN)
545 return (sys_tun_open(tun, mode)); 545 return (sys_tun_open(tun, mode));
546#elif defined(SSH_TUN_BSD) 546#elif defined(SSH_TUN_OPENBSD)
547 struct ifreq ifr; 547 struct ifreq ifr;
548 char name[100]; 548 char name[100];
549 int fd = -1, sock; 549 int fd = -1, sock;