- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
This commit is contained in:
parent
bd4e410817
commit
5df52e89b4
|
@ -5,6 +5,7 @@
|
||||||
limited to IPv4 tunnels only, and most versions don't support the
|
limited to IPv4 tunnels only, and most versions don't support the
|
||||||
tap(4) device at all.
|
tap(4) device at all.
|
||||||
- (djm) [configure.ac] Fix linux/if_tun.h test
|
- (djm) [configure.ac] Fix linux/if_tun.h test
|
||||||
|
- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
|
||||||
|
|
||||||
20051229
|
20051229
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -3586,4 +3587,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4061 2006/01/01 10:03:30 djm Exp $
|
$Id: ChangeLog,v 1.4062 2006/01/01 10:15:50 djm Exp $
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(SSH_TUN_LINUX)
|
#if defined(SSH_TUN_LINUX)
|
||||||
|
#include <linux/if.h>
|
||||||
#include <linux/if_tun.h>
|
#include <linux/if_tun.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue