diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-19 14:23:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 14:23:50 +0100 |
commit | baccdb349b31c47cd76fb63211f754ed33a9707e (patch) | |
tree | d03653f975fd4eb8bf71bb0c9d168614401202fa /monitor.h | |
parent | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (diff) | |
parent | 9f82e5a9042f2d872e98f48a876fcab3e25dd9bb (diff) |
Import openssh_6.8p1.orig.tar.gz
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.18 2014/01/29 06:18:35 djm Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.19 2015/01/19 19:52:16 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -75,7 +75,7 @@ struct monitor { | |||
75 | int m_log_sendfd; | 75 | int m_log_sendfd; |
76 | struct mm_master *m_zback; | 76 | struct mm_master *m_zback; |
77 | struct mm_master *m_zlib; | 77 | struct mm_master *m_zlib; |
78 | struct Kex **m_pkex; | 78 | struct kex **m_pkex; |
79 | pid_t m_pid; | 79 | pid_t m_pid; |
80 | }; | 80 | }; |
81 | 81 | ||