summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-31 16:33:36 +1100
committerDamien Miller <djm@mindrot.org>2005-12-31 16:33:36 +1100
commit598bbc2d8fd5025ad16f5d9ee71db4e0bf872cd2 (patch)
tree94f0eee336da355fec3c527328c601dc583f350f /openbsd-compat/openbsd-compat.h
parent88b25524b885885896e23e01e1aa873864ca7386 (diff)
- (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac]
[serverloop.c ssh.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding compatability support for Linux, diff from reyk@
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index fe0c36dcd..1a3027353 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.32 2005/11/24 08:58:21 djm Exp $ */ 1/* $Id: openbsd-compat.h,v 1.33 2005/12/31 05:33:37 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -186,5 +186,6 @@ char *shadow_pw(struct passwd *pw);
186#include "port-irix.h" 186#include "port-irix.h"
187#include "port-aix.h" 187#include "port-aix.h"
188#include "port-uw.h" 188#include "port-uw.h"
189#include "port-tun.h"
189 190
190#endif /* _OPENBSD_COMPAT_H */ 191#endif /* _OPENBSD_COMPAT_H */