Merge from vendor branch BIND:
[dragonfly.git] / secure / lib / libssh / openbsd-compat,port-tun.c.patch
1 $DragonFly: src/secure/lib/libssh/Attic/openbsd-compat,port-tun.c.patch,v 1.1 2006/02/13 14:47:58 corecode Exp $
2 --- port-tun.c  2006-01-01 11:15:51.000000000 +0100
3 +++ port-tun.c  2006-02-12 23:37:21.000000000 +0100
4 @@ -93,7 +93,7 @@
5  #ifdef SSH_TUN_FREEBSD
6  #include <sys/socket.h>
7  #include <net/if.h>
8 -#include <net/if_tun.h>
9 +#include <net/tun/if_tun.h>
10  
11  int
12  sys_tun_open(int tun, int mode)