Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / patches / patch-aw
blob70a9fabd83b14a72a5923eb14fe6e969ed79d1ac
1 $NetBSD: patch-aw,v 1.3 2009/05/21 03:22:29 taca Exp $
3 --- openbsd-compat/port-tun.c.orig      2010-08-10 02:47:42.000000000 +0000
4 +++ openbsd-compat/port-tun.c
5 @@ -110,6 +110,10 @@ sys_tun_open(int tun, int mode)
6  #include <sys/socket.h>
7  #include <net/if.h>
8  
9 +#ifdef HAVE_NET_TUN_IF_TUN_H
10 +#include <net/tun/if_tun.h>
11 +#endif
13  #ifdef HAVE_NET_IF_TUN_H
14  #include <net/if_tun.h>
15  #endif