summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-01 21:15:50 +1100
committerDamien Miller <djm@mindrot.org>2006-01-01 21:15:50 +1100
commit5df52e89b4d83f4f56eba73f5d37ed5a6fc64c08 (patch)
tree42ab507c5edf96dfeabe0bf87a2c16f3ce9c9c41
parentbd4e4108179939db5c5fc117fed828996c1a62b6 (diff)
- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/port-tun.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c38fd0ec9..161143539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
920051229 1020051229
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
40int 41int