summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-02 23:40:10 +1100
committerDamien Miller <djm@mindrot.org>2006-01-02 23:40:10 +1100
commit3beb852e09a1de1b6db0103b1c39e56f9dfeff09 (patch)
tree6d40d0a1d834db15b2164980394c5ac638aaf218
parent1164c299f15ecf424960d9dbebe71c19c3cf4b53 (diff)
- stevesk@cvs.openbsd.org 2006/01/01 08:59:27
[includes.h misc.c] move <net/if.h>; ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--includes.h2
-rw-r--r--misc.c6
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a1f0b784..73203f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
- jmc@cvs.openbsd.org 2005/12/31 13:45:19
[ssh.1]
.Nm does not require an argument;
+ - stevesk@cvs.openbsd.org 2006/01/01 08:59:27
+ [includes.h misc.c]
+ move <net/if.h>; ok djm@
20060101
- (djm) [Makefile.in configure.ac includes.h misc.c]
@@ -3604,4 +3607,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4066 2006/01/02 12:38:37 djm Exp $
+$Id: ChangeLog,v 1.4067 2006/01/02 12:40:10 djm Exp $
diff --git a/includes.h b/includes.h
index 808d5dc9..52081740 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.21 2005/12/08 18:34:11 reyk Exp $ */
+/* $OpenBSD: includes.h,v 1.22 2006/01/01 08:59:27 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
diff --git a/misc.c b/misc.c
index 76dbf40e..ac939af7 100644
--- a/misc.c
+++ b/misc.c
@@ -24,7 +24,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.37 2005/12/08 18:34:11 reyk Exp $");
+RCSID("$OpenBSD: misc.c,v 1.38 2006/01/01 08:59:27 stevesk Exp $");
+
+#ifdef SSH_TUN_OPENBSD
+#include <net/if.h>
+#endif
#include "misc.h"
#include "log.h"