diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 14:07:20 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 14:07:20 +1000 |
commit | 75bb664458d5a825824607841819b9a40d9bfdb5 (patch) | |
tree | 66487433e1f482f9ff98977a60fb984900d07671 /openbsd-compat/port-tun.h | |
parent | d04db59ad929d289c2dcaa466989659bbc449f6b (diff) |
- (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
includes for Linux in
Diffstat (limited to 'openbsd-compat/port-tun.h')
-rw-r--r-- | openbsd-compat/port-tun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.h b/openbsd-compat/port-tun.h index 9f7a98614..c53df01fc 100644 --- a/openbsd-compat/port-tun.h +++ b/openbsd-compat/port-tun.h | |||
@@ -17,6 +17,8 @@ | |||
17 | #ifndef _PORT_TUN_H | 17 | #ifndef _PORT_TUN_H |
18 | #define _PORT_TUN_H | 18 | #define _PORT_TUN_H |
19 | 19 | ||
20 | struct Channel; | ||
21 | |||
20 | #if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD) | 22 | #if defined(SSH_TUN_LINUX) || defined(SSH_TUN_FREEBSD) |
21 | # define CUSTOM_SYS_TUN_OPEN | 23 | # define CUSTOM_SYS_TUN_OPEN |
22 | int sys_tun_open(int, int); | 24 | int sys_tun_open(int, int); |