diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/port-tun.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,7 @@ | |||
5 | limited to IPv4 tunnels only, and most versions don't support the | 5 | limited to IPv4 tunnels only, and most versions don't support the |
6 | tap(4) device at all. | 6 | tap(4) device at all. |
7 | - (djm) [configure.ac] Fix linux/if_tun.h test | 7 | - (djm) [configure.ac] Fix linux/if_tun.h test |
8 | - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too | ||
8 | 9 | ||
9 | 20051229 | 10 | 20051229 |
10 | - (djm) OpenBSD CVS Sync | 11 | - (djm) OpenBSD CVS Sync |
@@ -3586,4 +3587,4 @@ | |||
3586 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3587 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3587 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3588 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3588 | 3589 | ||
3589 | $Id: ChangeLog,v 1.4061 2006/01/01 10:03:30 djm Exp $ | 3590 | $Id: ChangeLog,v 1.4062 2006/01/01 10:15:50 djm Exp $ |
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 00a0442b1..31921615f 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -35,6 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #if defined(SSH_TUN_LINUX) | 37 | #if defined(SSH_TUN_LINUX) |
38 | #include <linux/if.h> | ||
38 | #include <linux/if_tun.h> | 39 | #include <linux/if_tun.h> |
39 | 40 | ||
40 | int | 41 | int |